Html Css Color HEX #4B1509 Brown Pod

📋 copy color: '#4B1509'

red 75 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #4B1509

Tints of Brown Pod #4B1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

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

R = 71.43%
G = 20%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B1509 (or 0x4B1509) is known color: Brown Pod. HEX triplet: 4B, 15 and 09. RGB value is (75,21,9). Sum of RGB (Red+Green+Blue) = 75+21+9=105 (13% of max value = 765). Red value is 75 (29.69% from 255 or 71.43% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1509 is #B4EAF6. Grayscale: #232323. Windows color (decimal): -11856631 or 595275. OLE color: 595275.

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

Color convert

RGB 75 21 9 -
CMYK 0 0.72 0.88 0.71
HSL 10.91º 0.79% 0.16% -
HSV(B) 10.91º 0.88% 0.29% -
XYZ 3.22 2.05 0.48 -
YUV 35.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 75 21 9 0 0.72 0.88 0.71 10.91 0.79 0.16
Hex 4B 15 9 0 48 58 47 B 4F 10
Octal 113 25 11 0 110 130 107 13 117 20
Binary 1001011 10101 1001 0 1001000 1011000 1000111 1011 1001111 10000

Color Harmonies of #4B1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1509

Black with #4B1509

Text Example


Text Example

White with #4B1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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