Html Css Color HEX #4B2205 Brown Pod

📋 copy color: '#4B2205'

red 75 ◦ green 34 ◦ blue 5

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

Shades of Brown Pod #4B2205

Tints of Brown Pod #4B2205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 65.79%
G = 29.82%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#4B2205 (or 0x4B2205) is known color: Brown Pod. HEX triplet: 4B, 22 and 05. RGB value is (75,34,5). Sum of RGB (Red+Green+Blue) = 75+34+5=114 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.79% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2205 is #B4DDFA. Grayscale: #2B2B2B. Windows color (decimal): -11853307 or 336459. OLE color: 336459.

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

Color convert

RGB 75 34 5 -
CMYK 0 0.55 0.93 0.71
HSL 24.86º 0.88% 0.16% -
HSV(B) 24.86º 0.93% 0.29% -
XYZ 3.5 2.65 0.47 -
YUV 42.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 75 34 5 0 0.55 0.93 0.71 24.86 0.88 0.16
Hex 4B 22 5 0 37 5D 47 19 58 10
Octal 113 42 5 0 67 135 107 31 130 20
Binary 1001011 100010 101 0 110111 1011101 1000111 11001 1011000 10000

Color Harmonies of #4B2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2205

Black with #4B2205

Text Example


Text Example

White with #4B2205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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