Html Css Color HEX #4B0E09 Seal Brown

📋 copy color: '#4B0E09'

red 75 ◦ green 14 ◦ blue 9

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

Shades of Seal Brown #4B0E09

Tints of Seal Brown #4B0E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.29%

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 76.53%
G = 14.29%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B0E09 (or 0x4B0E09) is known color: Seal Brown. HEX triplet: 4B, 0E and 09. RGB value is (75,14,9). Sum of RGB (Red+Green+Blue) = 75+14+9=98 (12% of max value = 765). Red value is 75 (29.69% from 255 or 76.53% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E09 is #B4F1F6. Grayscale: #1F1F1F. Windows color (decimal): -11858423 or 593483. OLE color: 593483.

HSL color Cylindrical-coordinate representation of color #4B0E09: hue angle of 4.55º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0E09 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 14 9 -
CMYK 0 0.81 0.88 0.71
HSL 4.55º 0.79% 0.16% -
HSV(B) 4.55º 0.88% 0.29% -
XYZ 3.11 1.83 0.45 -
YUV 31.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 75 14 9 0 0.81 0.88 0.71 4.55 0.79 0.16
Hex 4B E 9 0 51 58 47 5 4F 10
Octal 113 16 11 0 121 130 107 5 117 20
Binary 1001011 1110 1001 0 1010001 1011000 1000111 101 1001111 10000

Color Harmonies of #4B0E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0E09

Black with #4B0E09

Text Example


Text Example

White with #4B0E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,9); }

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

background-color css

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

 a { background-color: rgb(75,14,9); }

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

border-color css

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

 span { border-color: rgb(75,14,9); }

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