Html Css Color HEX #4C0705 Seal Brown

📋 copy color: '#4C0705'

red 76 ◦ green 7 ◦ blue 5

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

Shades of Seal Brown #4C0705

Tints of Seal Brown #4C0705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.68%

R = 86.36%
G = 7.95%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.70

RGB Variations

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

Color information

#4C0705 (or 0x4C0705) is known color: Seal Brown. HEX triplet: 4C, 07 and 05. RGB value is (76,7,5). Sum of RGB (Red+Green+Blue) = 76+7+5=88 (11% of max value = 765). Red value is 76 (30.08% from 255 or 86.36% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0705 is #B3F8FA. Grayscale: #1B1B1B. Windows color (decimal): -11794683 or 329548. OLE color: 329548.

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

Color convert

RGB 76 7 5 -
CMYK 0 0.91 0.93 0.70
HSL 1.69º 0.88% 0.16% -
HSV(B) 1.69º 0.93% 0.3% -
XYZ 3.08 1.7 0.31 -
YUV 27.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 76 7 5 0 0.91 0.93 0.70 1.69 0.88 0.16
Hex 4C 7 5 0 5B 5D 46 2 58 10
Octal 114 7 5 0 133 135 106 2 130 20
Binary 1001100 111 101 0 1011011 1011101 1000110 10 1011000 10000

Color Harmonies of #4C0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0705

Black with #4C0705

Text Example


Text Example

White with #4C0705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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