Html Css Color HEX #42251C Brown Pod

📋 copy color: '#42251C'

red 66 ◦ green 37 ◦ blue 28

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

Shades of Brown Pod #42251C

Tints of Brown Pod #42251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 50.38%
G = 28.24%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42251C (or 0x42251C) is known color: Brown Pod. HEX triplet: 42, 25 and 1C. RGB value is (66,37,28). Sum of RGB (Red+Green+Blue) = 66+37+28=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42251C is #BDDAE3. Grayscale: #2C2C2C. Windows color (decimal): -12442340 or 1844546. OLE color: 1844546.

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

Color convert

RGB 66 37 28 -
CMYK 0 0.44 0.58 0.74
HSL 14.21º 0.4% 0.18% -
HSV(B) 14.21º 0.58% 0.26% -
XYZ 3.12 2.57 1.43 -
YUV 44.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 66 37 28 0 0.44 0.58 0.74 14.21 0.4 0.18
Hex 42 25 1C 0 2C 3A 4A E 28 12
Octal 102 45 34 0 54 72 112 16 50 22
Binary 1000010 100101 11100 0 101100 111010 1001010 1110 101000 10010

Color Harmonies of #42251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42251C

Black with #42251C

Text Example


Text Example

White with #42251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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