Html Css Color HEX #4B0E08 Seal Brown

📋 copy color: '#4B0E08'

red 75 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #4B0E08

Tints of Seal Brown #4B0E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 77.32%
G = 14.43%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B0E08 (or 0x4B0E08) is known color: Seal Brown. HEX triplet: 4B, 0E and 08. RGB value is (75,14,8). Sum of RGB (Red+Green+Blue) = 75+14+8=97 (12% of max value = 765). Red value is 75 (29.69% from 255 or 77.32% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0E08 is #B4F1F7. Grayscale: #1F1F1F. Windows color (decimal): -11858424 or 527947. OLE color: 527947.

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

Color convert

RGB 75 14 8 -
CMYK 0 0.81 0.89 0.71
HSL 5.37º 0.81% 0.16% -
HSV(B) 5.37º 0.89% 0.29% -
XYZ 3.1 1.83 0.42 -
YUV 31.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 75 14 8 0 0.81 0.89 0.71 5.37 0.81 0.16
Hex 4B E 8 0 51 59 47 5 51 10
Octal 113 16 10 0 121 131 107 5 121 20
Binary 1001011 1110 1000 0 1010001 1011001 1000111 101 1010001 10000

Color Harmonies of #4B0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0E08

Black with #4B0E08

Text Example


Text Example

White with #4B0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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