Html Css Color HEX #4B210A Brown Pod

📋 copy color: '#4B210A'

red 75 ◦ green 33 ◦ blue 10

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

Shades of Brown Pod #4B210A

Tints of Brown Pod #4B210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

 BLUE value IS 10 (4.3% from 255) = 8.47%

R = 63.56%
G = 27.97%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.71

RGB Variations

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

Color information

#4B210A (or 0x4B210A) is known color: Brown Pod. HEX triplet: 4B, 21 and 0A. RGB value is (75,33,10). Sum of RGB (Red+Green+Blue) = 75+33+10=118 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.56% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 75 - color contains mainly: red. Hex color #4B210A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B210A is #B4DEF5. Grayscale: #2B2B2B. Windows color (decimal): -11853558 or 663883. OLE color: 663883.

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

Color convert

RGB 75 33 10 -
CMYK 0 0.56 0.87 0.71
HSL 21.23º 0.76% 0.17% -
HSV(B) 21.23º 0.87% 0.29% -
XYZ 3.5 2.61 0.61 -
YUV 42.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 75 33 10 0 0.56 0.87 0.71 21.23 0.76 0.17
Hex 4B 21 A 0 38 57 47 15 4C 11
Octal 113 41 12 0 70 127 107 25 114 21
Binary 1001011 100001 1010 0 111000 1010111 1000111 10101 1001100 10001

Color Harmonies of #4B210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B210A

Black with #4B210A

Text Example


Text Example

White with #4B210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,10); }

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

background-color css

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

 a { background-color: rgb(75,33,10); }

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

border-color css

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

 span { border-color: rgb(75,33,10); }

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