Html Css Color HEX #4C0601 Seal Brown

📋 copy color: '#4C0601'

red 76 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #4C0601

Tints of Seal Brown #4C0601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.23%

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

R = 91.57%
G = 7.23%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4C0601 (or 0x4C0601) is known color: Seal Brown. HEX triplet: 4C, 06 and 01. RGB value is (76,6,1). Sum of RGB (Red+Green+Blue) = 76+6+1=83 (10% of max value = 765). Red value is 76 (30.08% from 255 or 91.57% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0601 is #B3F9FE. Grayscale: #1A1A1A. Windows color (decimal): -11794943 or 67148. OLE color: 67148.

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

Color convert

RGB 76 6 1 -
CMYK 0 0.92 0.99 0.70
HSL 0.97% 0.15% -
HSV(B) 0.99% 0.3% -
XYZ 3.05 1.67 0.19 -
YUV 26.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 76 6 1 0 0.92 0.99 0.70 4 0.97 0.15
Hex 4C 6 1 0 5C 63 46 4 61 F
Octal 114 6 1 0 134 143 106 4 141 17
Binary 1001100 110 1 0 1011100 1100011 1000110 100 1100001 1111

Color Harmonies of #4C0601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0601

Black with #4C0601

Text Example


Text Example

White with #4C0601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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