Html Css Color HEX #42241D Brown Pod

📋 copy color: '#42241D'

red 66 ◦ green 36 ◦ blue 29

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

Shades of Brown Pod #42241D

Tints of Brown Pod #42241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 50.38%
G = 27.48%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42241D (or 0x42241D) is known color: Brown Pod. HEX triplet: 42, 24 and 1D. RGB value is (66,36,29). Sum of RGB (Red+Green+Blue) = 66+36+29=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241D is #BDDBE2. Grayscale: #2C2C2C. Windows color (decimal): -12442595 or 1909826. OLE color: 1909826.

HSL color Cylindrical-coordinate representation of color #42241D: hue angle of 11.35º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42241D is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 29 -
CMYK 0 0.45 0.56 0.74
HSL 11.35º 0.39% 0.19% -
HSV(B) 11.35º 0.56% 0.26% -
XYZ 3.1 2.51 1.48 -
YUV 44.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 66 36 29 0 0.45 0.56 0.74 11.35 0.39 0.19
Hex 42 24 1D 0 2D 38 4A B 27 13
Octal 102 44 35 0 55 70 112 13 47 23
Binary 1000010 100100 11101 0 101101 111000 1001010 1011 100111 10011

Color Harmonies of #42241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42241D

Black with #42241D

Text Example


Text Example

White with #42241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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