Html Css Color HEX #42241C Brown Pod

📋 copy color: '#42241C'

red 66 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #42241C

Tints of Brown Pod #42241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 50.77%
G = 27.69%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42241C (or 0x42241C) is known color: Brown Pod. HEX triplet: 42, 24 and 1C. RGB value is (66,36,28). Sum of RGB (Red+Green+Blue) = 66+36+28=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241C is #BDDBE3. Grayscale: #2C2C2C. Windows color (decimal): -12442596 or 1844290. OLE color: 1844290.

HSL color Cylindrical-coordinate representation of color #42241C: hue angle of 12.63º 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 #42241C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 28 -
CMYK 0 0.45 0.58 0.74
HSL 12.63º 0.4% 0.18% -
HSV(B) 12.63º 0.58% 0.26% -
XYZ 3.09 2.5 1.42 -
YUV 44.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 66 36 28 0 0.45 0.58 0.74 12.63 0.4 0.18
Hex 42 24 1C 0 2D 3A 4A D 28 12
Octal 102 44 34 0 55 72 112 15 50 22
Binary 1000010 100100 11100 0 101101 111010 1001010 1101 101000 10010

Color Harmonies of #42241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42241C

Black with #42241C

Text Example


Text Example

White with #42241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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