Html Css Color HEX #422517 Brown Pod

📋 copy color: '#422517'

red 66 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #422517

Tints of Brown Pod #422517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 52.38%
G = 29.37%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#422517 (or 0x422517) is known color: Brown Pod. HEX triplet: 42, 25 and 17. RGB value is (66,37,23). Sum of RGB (Red+Green+Blue) = 66+37+23=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422517 is #BDDAE8. Grayscale: #2C2C2C. Windows color (decimal): -12442345 or 1516866. OLE color: 1516866.

HSL color Cylindrical-coordinate representation of color #422517: hue angle of 19.53º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #422517 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 23 -
CMYK 0 0.44 0.65 0.74
HSL 19.53º 0.48% 0.17% -
HSV(B) 19.53º 0.65% 0.26% -
XYZ 3.06 2.54 1.14 -
YUV 44.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 66 37 23 0 0.44 0.65 0.74 19.53 0.48 0.17
Hex 42 25 17 0 2C 41 4A 14 30 11
Octal 102 45 27 0 54 101 112 24 60 21
Binary 1000010 100101 10111 0 101100 1000001 1001010 10100 110000 10001

Color Harmonies of #422517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422517

Black with #422517

Text Example


Text Example

White with #422517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422517; }

 p { color: rgb(66,37,23); }

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

background-color css

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

 a { background-color: rgb(66,37,23); }

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

border-color css

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

 span { border-color: rgb(66,37,23); }

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