Html Css Color HEX #42231C Brown Pod

📋 copy color: '#42231C'

red 66 ◦ green 35 ◦ blue 28

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

Shades of Brown Pod #42231C

Tints of Brown Pod #42231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 51.16%
G = 27.13%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42231C (or 0x42231C) is known color: Brown Pod. HEX triplet: 42, 23 and 1C. RGB value is (66,35,28). Sum of RGB (Red+Green+Blue) = 66+35+28=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42231C is #BDDCE3. Grayscale: #2B2B2B. Windows color (decimal): -12442852 or 1844034. OLE color: 1844034.

HSL color Cylindrical-coordinate representation of color #42231C: hue angle of 11.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42231C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 28 -
CMYK 0 0.47 0.58 0.74
HSL 11.05º 0.4% 0.18% -
HSV(B) 11.05º 0.58% 0.26% -
XYZ 3.06 2.44 1.41 -
YUV 43.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 66 35 28 0 0.47 0.58 0.74 11.05 0.4 0.18
Hex 42 23 1C 0 2F 3A 4A B 28 12
Octal 102 43 34 0 57 72 112 13 50 22
Binary 1000010 100011 11100 0 101111 111010 1001010 1011 101000 10010

Color Harmonies of #42231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42231C

Black with #42231C

Text Example


Text Example

White with #42231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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