Html Css Color HEX #4A3019 Brown Bramble

📋 copy color: '#4A3019'

red 74 ◦ green 48 ◦ blue 25

#4A3019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #4A3019

Tints of Brown Bramble #4A3019

RGB

 RED value IS 74 (29.3% from 255) = 50.34%

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 50.34%
G = 32.65%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4A3019 (or 0x4A3019) is known color: Brown Bramble. HEX triplet: 4A, 30 and 19. RGB value is (74,48,25). Sum of RGB (Red+Green+Blue) = 74+48+25=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3019 is #B5CFE6. Grayscale: #353535. Windows color (decimal): -11915239 or 1650762. OLE color: 1650762.

HSL color Cylindrical-coordinate representation of color #4A3019: hue angle of 28.16º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3019 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 48 25 -
CMYK 0 0.35 0.66 0.71
HSL 28.16º 0.49% 0.19% -
HSV(B) 28.16º 0.66% 0.29% -
XYZ 4.06 3.64 1.41 -
YUV 53.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 74 48 25 0 0.35 0.66 0.71 28.16 0.49 0.19
Hex 4A 30 19 0 23 42 47 1C 31 13
Octal 112 60 31 0 43 102 107 34 61 23
Binary 1001010 110000 11001 0 100011 1000010 1000111 11100 110001 10011

Color Harmonies of #4A3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3019

Black with #4A3019

Text Example


Text Example

White with #4A3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3019; }

 p { color: rgb(74,48,25); }

 H1.HeaderClassName
 {
   color: #4A3019;
 }
 .AnyTagClassName
 {
   color: #4A3019;
 }
</style>

background-color css

<style>
 a { background-color: #4A3019; }

 a { background-color: rgb(74,48,25); }

 div.DivClassName
 {
   background-color: #4A3019;
 }
 .BgClassName
 {
   background-color: #4A3019;
 }
</style>

border-color css

<style>
 span { border-color: #4A3019; }

 span { border-color: rgb(74,48,25); }

 td.TdClassName
 {
   border-color: #4A3019;
 }
 .TagClassName
 {
   border-color: #4A3019;
 }
</style>