Html Css Color HEX #4B1409 Brown Pod

📋 copy color: '#4B1409'

red 75 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #4B1409

Tints of Brown Pod #4B1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 72.12%
G = 19.23%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B1409 (or 0x4B1409) is known color: Brown Pod. HEX triplet: 4B, 14 and 09. RGB value is (75,20,9). Sum of RGB (Red+Green+Blue) = 75+20+9=104 (13% of max value = 765). Red value is 75 (29.69% from 255 or 72.12% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1409 is #B4EBF6. Grayscale: #232323. Windows color (decimal): -11856887 or 595019. OLE color: 595019.

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

Color convert

RGB 75 20 9 -
CMYK 0 0.73 0.88 0.71
HSL 10º 0.79% 0.16% -
HSV(B) 10º 0.88% 0.29% -
XYZ 3.2 2.02 0.48 -
YUV 35.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 75 20 9 0 0.73 0.88 0.71 10 0.79 0.16
Hex 4B 14 9 0 49 58 47 A 4F 10
Octal 113 24 11 0 111 130 107 12 117 20
Binary 1001011 10100 1001 0 1001001 1011000 1000111 1010 1001111 10000

Color Harmonies of #4B1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1409

Black with #4B1409

Text Example


Text Example

White with #4B1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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