Html Css Color HEX #4B0909 Seal Brown

📋 copy color: '#4B0909'

red 75 ◦ green 9 ◦ blue 9

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

Shades of Seal Brown #4B0909

Tints of Seal Brown #4B0909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 80.65%
G = 9.68%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B0909 (or 0x4B0909) is known color: Seal Brown. HEX triplet: 4B, 09 and 09. RGB value is (75,9,9). Sum of RGB (Red+Green+Blue) = 75+9+9=93 (12% of max value = 765). Red value is 75 (29.69% from 255 or 80.65% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0909 is #B4F6F6. Grayscale: #1C1C1C. Windows color (decimal): -11859703 or 592203. OLE color: 592203.

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

Color convert

RGB 75 9 9 -
CMYK 0 0.88 0.88 0.71
HSL 0.79% 0.16% -
HSV(B) 0.88% 0.29% -
XYZ 3.05 1.71 0.43 -
YUV 28.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 75 9 9 0 0.88 0.88 0.71 0 0.79 0.16
Hex 4B 9 9 0 58 58 47 0 4F 10
Octal 113 11 11 0 130 130 107 0 117 20
Binary 1001011 1001 1001 0 1011000 1011000 1000111 0 1001111 10000

Color Harmonies of #4B0909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0909

Black with #4B0909

Text Example


Text Example

White with #4B0909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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