Html Css Color HEX #422315 Brown Pod

📋 copy color: '#422315'

red 66 ◦ green 35 ◦ blue 21

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

Shades of Brown Pod #422315

Tints of Brown Pod #422315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 54.1%
G = 28.69%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#422315 (or 0x422315) is known color: Brown Pod. HEX triplet: 42, 23 and 15. RGB value is (66,35,21). Sum of RGB (Red+Green+Blue) = 66+35+21=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422315 is #BDDCEA. Grayscale: #2A2A2A. Windows color (decimal): -12442859 or 1385282. OLE color: 1385282.

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

Color convert

RGB 66 35 21 -
CMYK 0 0.47 0.68 0.74
HSL 18.67º 0.52% 0.17% -
HSV(B) 18.67º 0.68% 0.26% -
XYZ 2.98 2.41 1.02 -
YUV 42.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 66 35 21 0 0.47 0.68 0.74 18.67 0.52 0.17
Hex 42 23 15 0 2F 44 4A 13 34 11
Octal 102 43 25 0 57 104 112 23 64 21
Binary 1000010 100011 10101 0 101111 1000100 1001010 10011 110100 10001

Color Harmonies of #422315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422315

Black with #422315

Text Example


Text Example

White with #422315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422315; }

 p { color: rgb(66,35,21); }

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

background-color css

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

 a { background-color: rgb(66,35,21); }

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

border-color css

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

 span { border-color: rgb(66,35,21); }

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