Html Css Color HEX #4C1308 Brown Pod

📋 copy color: '#4C1308'

red 76 ◦ green 19 ◦ blue 8

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

Shades of Brown Pod #4C1308

Tints of Brown Pod #4C1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 8 (3.52% from 255) = 7.77%

R = 73.79%
G = 18.45%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C1308 (or 0x4C1308) is known color: Brown Pod. HEX triplet: 4C, 13 and 08. RGB value is (76,19,8). Sum of RGB (Red+Green+Blue) = 76+19+8=103 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.79% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1308 is #B3ECF7. Grayscale: #222222. Windows color (decimal): -11791608 or 529228. OLE color: 529228.

HSL color Cylindrical-coordinate representation of color #4C1308: hue angle of 9.71º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1308 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 19 8 -
CMYK 0 0.75 0.89 0.70
HSL 9.71º 0.81% 0.16% -
HSV(B) 9.71º 0.89% 0.3% -
XYZ 3.26 2.02 0.45 -
YUV 34.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 76 19 8 0 0.75 0.89 0.70 9.71 0.81 0.16
Hex 4C 13 8 0 4B 59 46 A 51 10
Octal 114 23 10 0 113 131 106 12 121 20
Binary 1001100 10011 1000 0 1001011 1011001 1000110 1010 1010001 10000

Color Harmonies of #4C1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1308

Black with #4C1308

Text Example


Text Example

White with #4C1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,19,8); }

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

background-color css

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

 a { background-color: rgb(76,19,8); }

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

border-color css

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

 span { border-color: rgb(76,19,8); }

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