Html Css Color HEX #422823 Brown Pod

📋 copy color: '#422823'

red 66 ◦ green 40 ◦ blue 35

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

Shades of Brown Pod #422823

Tints of Brown Pod #422823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 46.81%
G = 28.37%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422823 (or 0x422823) is known color: Brown Pod. HEX triplet: 42, 28 and 23. RGB value is (66,40,35). Sum of RGB (Red+Green+Blue) = 66+40+35=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #422823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422823 is #BDD7DC. Grayscale: #2F2F2F. Windows color (decimal): -12441565 or 2304066. OLE color: 2304066.

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

Color convert

RGB 66 40 35 -
CMYK 0 0.39 0.47 0.74
HSL 9.68º 0.31% 0.2% -
HSV(B) 9.68º 0.47% 0.26% -
XYZ 3.31 2.8 1.96 -
YUV 47.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 66 40 35 0 0.39 0.47 0.74 9.68 0.31 0.2
Hex 42 28 23 0 27 2F 4A A 1F 14
Octal 102 50 43 0 47 57 112 12 37 24
Binary 1000010 101000 100011 0 100111 101111 1001010 1010 11111 10100

Color Harmonies of #422823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422823

Black with #422823

Text Example


Text Example

White with #422823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422823; }

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

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

background-color css

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

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

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

border-color css

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

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

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