Html Css Color HEX #4C3011 Brown Bramble

📋 copy color: '#4C3011'

red 76 ◦ green 48 ◦ blue 17

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

Shades of Brown Bramble #4C3011

Tints of Brown Bramble #4C3011

RGB

 RED value IS 76 (30.08% from 255) = 53.9%

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

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 53.9%
G = 34.04%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4C3011 (or 0x4C3011) is known color: Brown Bramble. HEX triplet: 4C, 30 and 11. RGB value is (76,48,17). Sum of RGB (Red+Green+Blue) = 76+48+17=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3011 is #B3CFEE. Grayscale: #343434. Windows color (decimal): -11784175 or 1126476. OLE color: 1126476.

HSL color Cylindrical-coordinate representation of color #4C3011: hue angle of 31.53º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C3011 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 48 17 -
CMYK 0 0.37 0.78 0.70
HSL 31.53º 0.63% 0.18% -
HSV(B) 31.53º 0.78% 0.3% -
XYZ 4.14 3.69 1.02 -
YUV 52.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 76 48 17 0 0.37 0.78 0.70 31.53 0.63 0.18
Hex 4C 30 11 0 25 4E 46 20 3F 12
Octal 114 60 21 0 45 116 106 40 77 22
Binary 1001100 110000 10001 0 100101 1001110 1000110 100000 111111 10010

Color Harmonies of #4C3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3011

Black with #4C3011

Text Example


Text Example

White with #4C3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,17); }

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

background-color css

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

 a { background-color: rgb(76,48,17); }

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

border-color css

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

 span { border-color: rgb(76,48,17); }

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