Html Css Color HEX #4C0801 Seal Brown

📋 copy color: '#4C0801'

red 76 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #4C0801

Tints of Seal Brown #4C0801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

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

R = 89.41%
G = 9.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C0801 (or 0x4C0801) is known color: Seal Brown. HEX triplet: 4C, 08 and 01. RGB value is (76,8,1). Sum of RGB (Red+Green+Blue) = 76+8+1=85 (11% of max value = 765). Red value is 76 (30.08% from 255 or 89.41% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0801 is #B3F7FE. Grayscale: #1B1B1B. Windows color (decimal): -11794431 or 67660. OLE color: 67660.

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

Color convert

RGB 76 8 1 -
CMYK 0 0.89 0.99 0.70
HSL 5.6º 0.97% 0.15% -
HSV(B) 5.6º 0.99% 0.3% -
XYZ 3.07 1.71 0.2 -
YUV 27.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 76 8 1 0 0.89 0.99 0.70 5.6 0.97 0.15
Hex 4C 8 1 0 59 63 46 6 61 F
Octal 114 10 1 0 131 143 106 6 141 17
Binary 1001100 1000 1 0 1011001 1100011 1000110 110 1100001 1111

Color Harmonies of #4C0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0801

Black with #4C0801

Text Example


Text Example

White with #4C0801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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