Html Css Color HEX #42241B Brown Pod

📋 copy color: '#42241B'

red 66 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #42241B

Tints of Brown Pod #42241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 51.16%
G = 27.91%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42241B (or 0x42241B) is known color: Brown Pod. HEX triplet: 42, 24 and 1B. RGB value is (66,36,27). Sum of RGB (Red+Green+Blue) = 66+36+27=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241B is #BDDBE4. Grayscale: #2C2C2C. Windows color (decimal): -12442597 or 1778754. OLE color: 1778754.

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

Color convert

RGB 66 36 27 -
CMYK 0 0.45 0.59 0.74
HSL 13.85º 0.42% 0.18% -
HSV(B) 13.85º 0.59% 0.26% -
XYZ 3.08 2.5 1.36 -
YUV 43.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 66 36 27 0 0.45 0.59 0.74 13.85 0.42 0.18
Hex 42 24 1B 0 2D 3B 4A E 2A 12
Octal 102 44 33 0 55 73 112 16 52 22
Binary 1000010 100100 11011 0 101101 111011 1001010 1110 101010 10010

Color Harmonies of #42241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42241B

Black with #42241B

Text Example


Text Example

White with #42241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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