Html Css Color HEX #4B2218 Brown Pod

📋 copy color: '#4B2218'

red 75 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #4B2218

Tints of Brown Pod #4B2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 56.39%
G = 25.56%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#4B2218 (or 0x4B2218) is known color: Brown Pod. HEX triplet: 4B, 22 and 18. RGB value is (75,34,24). Sum of RGB (Red+Green+Blue) = 75+34+24=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2218 is #B4DDE7. Grayscale: #2D2D2D. Windows color (decimal): -11853288 or 1581643. OLE color: 1581643.

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

Color convert

RGB 75 34 24 -
CMYK 0 0.55 0.68 0.71
HSL 11.76º 0.52% 0.19% -
HSV(B) 11.76º 0.68% 0.29% -
XYZ 3.64 2.71 1.19 -
YUV 45.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 75 34 24 0 0.55 0.68 0.71 11.76 0.52 0.19
Hex 4B 22 18 0 37 44 47 C 34 13
Octal 113 42 30 0 67 104 107 14 64 23
Binary 1001011 100010 11000 0 110111 1000100 1000111 1100 110100 10011

Color Harmonies of #4B2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2218

Black with #4B2218

Text Example


Text Example

White with #4B2218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,24); }

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

background-color css

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

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

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

border-color css

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

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

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