Html Css Color HEX #42251B Brown Pod

📋 copy color: '#42251B'

red 66 ◦ green 37 ◦ blue 27

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

Shades of Brown Pod #42251B

Tints of Brown Pod #42251B

RGB

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

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

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

R = 50.77%
G = 28.46%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42251B (or 0x42251B) is known color: Brown Pod. HEX triplet: 42, 25 and 1B. RGB value is (66,37,27). Sum of RGB (Red+Green+Blue) = 66+37+27=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42251B is #BDDAE4. Grayscale: #2C2C2C. Windows color (decimal): -12442341 or 1779010. OLE color: 1779010.

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

Color convert

RGB 66 37 27 -
CMYK 0 0.44 0.59 0.74
HSL 15.38º 0.42% 0.18% -
HSV(B) 15.38º 0.59% 0.26% -
XYZ 3.11 2.56 1.37 -
YUV 44.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 66 37 27 0 0.44 0.59 0.74 15.38 0.42 0.18
Hex 42 25 1B 0 2C 3B 4A F 2A 12
Octal 102 45 33 0 54 73 112 17 52 22
Binary 1000010 100101 11011 0 101100 111011 1001010 1111 101010 10010

Color Harmonies of #42251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42251B

Black with #42251B

Text Example


Text Example

White with #42251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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