Html Css Color HEX #4B0C03 Seal Brown

📋 copy color: '#4B0C03'

red 75 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #4B0C03

Tints of Seal Brown #4B0C03

RGB

 RED value IS 75 (29.69% from 255) = 83.33%

 GREEN value IS 12 (5.08% from 255) = 13.33%

 BLUE value IS 3 (1.56% from 255) = 3.33%

R = 83.33%
G = 13.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#4B0C03 (or 0x4B0C03) is known color: Seal Brown. HEX triplet: 4B, 0C and 03. RGB value is (75,12,3). Sum of RGB (Red+Green+Blue) = 75+12+3=90 (11% of max value = 765). Red value is 75 (29.69% from 255 or 83.33% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0C03 is #B4F3FC. Grayscale: #1D1D1D. Windows color (decimal): -11858941 or 199755. OLE color: 199755.

HSL color Cylindrical-coordinate representation of color #4B0C03: hue angle of 7.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0C03 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 12 3 -
CMYK 0 0.84 0.96 0.71
HSL 7.5º 0.92% 0.15% -
HSV(B) 7.5º 0.96% 0.29% -
XYZ 3.05 1.77 0.27 -
YUV 29.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 75 12 3 0 0.84 0.96 0.71 7.5 0.92 0.15
Hex 4B C 3 0 54 60 47 8 5C F
Octal 113 14 3 0 124 140 107 10 134 17
Binary 1001011 1100 11 0 1010100 1100000 1000111 1000 1011100 1111

Color Harmonies of #4B0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0C03

Black with #4B0C03

Text Example


Text Example

White with #4B0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,3); }

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

background-color css

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

 a { background-color: rgb(75,12,3); }

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

border-color css

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

 span { border-color: rgb(75,12,3); }

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