Html Css Color HEX #42210D Brown Pod

📋 copy color: '#42210D'

red 66 ◦ green 33 ◦ blue 13

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

Shades of Brown Pod #42210D

Tints of Brown Pod #42210D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 58.93%
G = 29.46%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42210D (or 0x42210D) is known color: Brown Pod. HEX triplet: 42, 21 and 0D. RGB value is (66,33,13). Sum of RGB (Red+Green+Blue) = 66+33+13=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210D is #BDDEF2. Grayscale: #282828. Windows color (decimal): -12443379 or 860482. OLE color: 860482.

HSL color Cylindrical-coordinate representation of color #42210D: hue angle of 22.64º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42210D is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 13 -
CMYK 0 0.5 0.80 0.74
HSL 22.64º 0.67% 0.15% -
HSV(B) 22.64º 0.8% 0.26% -
XYZ 2.86 2.28 0.67 -
YUV 40.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 66 33 13 0 0.5 0.80 0.74 22.64 0.67 0.15
Hex 42 21 D 0 32 50 4A 17 43 F
Octal 102 41 15 0 62 120 112 27 103 17
Binary 1000010 100001 1101 0 110010 1010000 1001010 10111 1000011 1111

Color Harmonies of #42210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42210D

Black with #42210D

Text Example


Text Example

White with #42210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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