Html Css Color HEX #4C0B01 Seal Brown

📋 copy color: '#4C0B01'

red 76 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #4C0B01

Tints of Seal Brown #4C0B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.5%

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 86.36%
G = 12.5%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C0B01 (or 0x4C0B01) is known color: Seal Brown. HEX triplet: 4C, 0B and 01. RGB value is (76,11,1). Sum of RGB (Red+Green+Blue) = 76+11+1=88 (11% of max value = 765). Red value is 76 (30.08% from 255 or 86.36% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0B01 is #B3F4FE. Grayscale: #1D1D1D. Windows color (decimal): -11793663 or 68428. OLE color: 68428.

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

Color convert

RGB 76 11 1 -
CMYK 0 0.86 0.99 0.70
HSL 0.97% 0.15% -
HSV(B) 0.99% 0.3% -
XYZ 3.11 1.78 0.21 -
YUV 29.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 76 11 1 0 0.86 0.99 0.70 8 0.97 0.15
Hex 4C B 1 0 56 63 46 8 61 F
Octal 114 13 1 0 126 143 106 10 141 17
Binary 1001100 1011 1 0 1010110 1100011 1000110 1000 1100001 1111

Color Harmonies of #4C0B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0B01

Black with #4C0B01

Text Example


Text Example

White with #4C0B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,1); }

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

background-color css

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

 a { background-color: rgb(76,11,1); }

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

border-color css

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

 span { border-color: rgb(76,11,1); }

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