Html Css Color HEX #4C0706 Seal Brown

📋 copy color: '#4C0706'

red 76 ◦ green 7 ◦ blue 6

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

Shades of Seal Brown #4C0706

Tints of Seal Brown #4C0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.87%

 BLUE value IS 6 (2.73% from 255) = 6.74%

R = 85.39%
G = 7.87%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#4C0706 (or 0x4C0706) is known color: Seal Brown. HEX triplet: 4C, 07 and 06. RGB value is (76,7,6). Sum of RGB (Red+Green+Blue) = 76+7+6=89 (11% of max value = 765). Red value is 76 (30.08% from 255 or 85.39% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0706 is #B3F8F9. Grayscale: #1B1B1B. Windows color (decimal): -11794682 or 395084. OLE color: 395084.

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

Color convert

RGB 76 7 6 -
CMYK 0 0.91 0.92 0.70
HSL 0.86º 0.85% 0.16% -
HSV(B) 0.86º 0.92% 0.3% -
XYZ 3.09 1.7 0.34 -
YUV 27.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 76 7 6 0 0.91 0.92 0.70 0.86 0.85 0.16
Hex 4C 7 6 0 5B 5C 46 1 55 10
Octal 114 7 6 0 133 134 106 1 125 20
Binary 1001100 111 110 0 1011011 1011100 1000110 1 1010101 10000

Color Harmonies of #4C0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0706

Black with #4C0706

Text Example


Text Example

White with #4C0706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,6); }

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

background-color css

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

 a { background-color: rgb(76,7,6); }

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

border-color css

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

 span { border-color: rgb(76,7,6); }

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