Html Css Color HEX #4C1008 Seal Brown

📋 copy color: '#4C1008'

red 76 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #4C1008

Tints of Seal Brown #4C1008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

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

R = 76%
G = 16%
B = 8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C1008 (or 0x4C1008) is known color: Seal Brown. HEX triplet: 4C, 10 and 08. RGB value is (76,16,8). Sum of RGB (Red+Green+Blue) = 76+16+8=100 (13% of max value = 765). Red value is 76 (30.08% from 255 or 76% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1008 is #B3EFF7. Grayscale: #212121. Windows color (decimal): -11792376 or 528460. OLE color: 528460.

HSL color Cylindrical-coordinate representation of color #4C1008: hue angle of 7.06º 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 #4C1008 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 16 8 -
CMYK 0 0.79 0.89 0.70
HSL 7.06º 0.81% 0.16% -
HSV(B) 7.06º 0.89% 0.3% -
XYZ 3.21 1.92 0.43 -
YUV 33.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 76 16 8 0 0.79 0.89 0.70 7.06 0.81 0.16
Hex 4C 10 8 0 4F 59 46 7 51 10
Octal 114 20 10 0 117 131 106 7 121 20
Binary 1001100 10000 1000 0 1001111 1011001 1000110 111 1010001 10000

Color Harmonies of #4C1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1008

Black with #4C1008

Text Example


Text Example

White with #4C1008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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