Html Css Color HEX #44210E Brown Pod

📋 copy color: '#44210E'

red 68 ◦ green 33 ◦ blue 14

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

Shades of Brown Pod #44210E

Tints of Brown Pod #44210E

RGB

 RED value IS 68 (26.95% from 255) = 59.13%

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

 BLUE value IS 14 (5.86% from 255) = 12.17%

R = 59.13%
G = 28.7%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#44210E (or 0x44210E) is known color: Brown Pod. HEX triplet: 44, 21 and 0E. RGB value is (68,33,14). Sum of RGB (Red+Green+Blue) = 68+33+14=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44210E is #BBDEF1. Grayscale: #292929. Windows color (decimal): -12312306 or 926020. OLE color: 926020.

HSL color Cylindrical-coordinate representation of color #44210E: hue angle of 21.11º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44210E is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 33 14 -
CMYK 0 0.51 0.79 0.73
HSL 21.11º 0.66% 0.16% -
HSV(B) 21.11º 0.79% 0.27% -
XYZ 3.01 2.35 0.71 -
YUV 41.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 68 33 14 0 0.51 0.79 0.73 21.11 0.66 0.16
Hex 44 21 E 0 33 4F 49 15 42 10
Octal 104 41 16 0 63 117 111 25 102 20
Binary 1000100 100001 1110 0 110011 1001111 1001001 10101 1000010 10000

Color Harmonies of #44210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44210E

Black with #44210E

Text Example


Text Example

White with #44210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44210E; }

 p { color: rgb(68,33,14); }

 H1.HeaderClassName
 {
   color: #44210E;
 }
 .AnyTagClassName
 {
   color: #44210E;
 }
</style>

background-color css

<style>
 a { background-color: #44210E; }

 a { background-color: rgb(68,33,14); }

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

border-color css

<style>
 span { border-color: #44210E; }

 span { border-color: rgb(68,33,14); }

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