Html Css Color HEX #4C1409 Brown Pod

📋 copy color: '#4C1409'

red 76 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #4C1409

Tints of Brown Pod #4C1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.05%

 BLUE value IS 9 (3.91% from 255) = 8.57%

R = 72.38%
G = 19.05%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.70

RGB Variations

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

Color information

#4C1409 (or 0x4C1409) is known color: Brown Pod. HEX triplet: 4C, 14 and 09. RGB value is (76,20,9). Sum of RGB (Red+Green+Blue) = 76+20+9=105 (13% of max value = 765). Red value is 76 (30.08% from 255 or 72.38% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1409 is #B3EBF6. Grayscale: #232323. Windows color (decimal): -11791351 or 595020. OLE color: 595020.

HSL color Cylindrical-coordinate representation of color #4C1409: hue angle of 9.85º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1409 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 20 9 -
CMYK 0 0.74 0.88 0.70
HSL 9.85º 0.79% 0.17% -
HSV(B) 9.85º 0.88% 0.3% -
XYZ 3.28 2.06 0.48 -
YUV 35.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 76 20 9 0 0.74 0.88 0.70 9.85 0.79 0.17
Hex 4C 14 9 0 4A 58 46 A 4F 11
Octal 114 24 11 0 112 130 106 12 117 21
Binary 1001100 10100 1001 0 1001010 1011000 1000110 1010 1001111 10001

Color Harmonies of #4C1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1409

Black with #4C1409

Text Example


Text Example

White with #4C1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,9); }

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

background-color css

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

 a { background-color: rgb(76,20,9); }

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

border-color css

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

 span { border-color: rgb(76,20,9); }

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