Html Css Color HEX #422109 Brown Pod

📋 copy color: '#422109'

red 66 ◦ green 33 ◦ blue 9

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

Shades of Brown Pod #422109

Tints of Brown Pod #422109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 61.11%
G = 30.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#422109 (or 0x422109) is known color: Brown Pod. HEX triplet: 42, 21 and 09. RGB value is (66,33,9). Sum of RGB (Red+Green+Blue) = 66+33+9=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422109 is #BDDEF6. Grayscale: #282828. Windows color (decimal): -12443383 or 598338. OLE color: 598338.

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

Color convert

RGB 66 33 9 -
CMYK 0 0.5 0.86 0.74
HSL 25.26º 0.76% 0.15% -
HSV(B) 25.26º 0.86% 0.26% -
XYZ 2.84 2.27 0.55 -
YUV 40.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 66 33 9 0 0.5 0.86 0.74 25.26 0.76 0.15
Hex 42 21 9 0 32 56 4A 19 4C F
Octal 102 41 11 0 62 126 112 31 114 17
Binary 1000010 100001 1001 0 110010 1010110 1001010 11001 1001100 1111

Color Harmonies of #422109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422109

Black with #422109

Text Example


Text Example

White with #422109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422109; }

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

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

background-color css

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

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

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

border-color css

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

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

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