Html Css Color HEX #42240F Brown Pod

📋 copy color: '#42240F'

red 66 ◦ green 36 ◦ blue 15

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

Shades of Brown Pod #42240F

Tints of Brown Pod #42240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 56.41%
G = 30.77%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42240F (or 0x42240F) is known color: Brown Pod. HEX triplet: 42, 24 and 0F. RGB value is (66,36,15). Sum of RGB (Red+Green+Blue) = 66+36+15=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42240F is #BDDBF0. Grayscale: #2A2A2A. Windows color (decimal): -12442609 or 992322. OLE color: 992322.

HSL color Cylindrical-coordinate representation of color #42240F: hue angle of 24.71º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42240F is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 15 -
CMYK 0 0.45 0.77 0.74
HSL 24.71º 0.63% 0.16% -
HSV(B) 24.71º 0.77% 0.26% -
XYZ 2.96 2.45 0.77 -
YUV 42.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 66 36 15 0 0.45 0.77 0.74 24.71 0.63 0.16
Hex 42 24 F 0 2D 4D 4A 19 3F 10
Octal 102 44 17 0 55 115 112 31 77 20
Binary 1000010 100100 1111 0 101101 1001101 1001010 11001 111111 10000

Color Harmonies of #42240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42240F

Black with #42240F

Text Example


Text Example

White with #42240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42240F; }

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

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

background-color css

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

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

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

border-color css

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

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

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