Html Css Color HEX #4B1E15 Brown Pod

📋 copy color: '#4B1E15'

red 75 ◦ green 30 ◦ blue 21

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

Shades of Brown Pod #4B1E15

Tints of Brown Pod #4B1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.81%

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 59.52%
G = 23.81%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#4B1E15 (or 0x4B1E15) is known color: Brown Pod. HEX triplet: 4B, 1E and 15. RGB value is (75,30,21). Sum of RGB (Red+Green+Blue) = 75+30+21=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1E15 is #B4E1EA. Grayscale: #2A2A2A. Windows color (decimal): -11854315 or 1384011. OLE color: 1384011.

HSL color Cylindrical-coordinate representation of color #4B1E15: hue angle of 10º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B1E15 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 30 21 -
CMYK 0 0.60 0.72 0.71
HSL 10º 0.56% 0.19% -
HSV(B) 10º 0.72% 0.29% -
XYZ 3.5 2.48 1 -
YUV 42.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 75 30 21 0 0.60 0.72 0.71 10 0.56 0.19
Hex 4B 1E 15 0 3C 48 47 A 38 13
Octal 113 36 25 0 74 110 107 12 70 23
Binary 1001011 11110 10101 0 111100 1001000 1000111 1010 111000 10011

Color Harmonies of #4B1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1E15

Black with #4B1E15

Text Example


Text Example

White with #4B1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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