Html Css Color HEX #42210E Brown Pod

📋 copy color: '#42210E'

red 66 ◦ green 33 ◦ blue 14

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

Shades of Brown Pod #42210E

Tints of Brown Pod #42210E

RGB

 RED value IS 66 (26.17% from 255) = 58.41%

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

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

R = 58.41%
G = 29.2%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42210E (or 0x42210E) is known color: Brown Pod. HEX triplet: 42, 21 and 0E. RGB value is (66,33,14). Sum of RGB (Red+Green+Blue) = 66+33+14=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210E is #BDDEF1. Grayscale: #282828. Windows color (decimal): -12443378 or 926018. OLE color: 926018.

HSL color Cylindrical-coordinate representation of color #42210E: hue angle of 21.92º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42210E is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 14 -
CMYK 0 0.5 0.79 0.74
HSL 21.92º 0.65% 0.16% -
HSV(B) 21.92º 0.79% 0.26% -
XYZ 2.87 2.28 0.7 -
YUV 40.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 66 33 14 0 0.5 0.79 0.74 21.92 0.65 0.16
Hex 42 21 E 0 32 4F 4A 16 41 10
Octal 102 41 16 0 62 117 112 26 101 20
Binary 1000010 100001 1110 0 110010 1001111 1001010 10110 1000001 10000

Color Harmonies of #42210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42210E

Black with #42210E

Text Example


Text Example

White with #42210E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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