Html Css Color HEX #42251A Brown Pod

📋 copy color: '#42251A'

red 66 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #42251A

Tints of Brown Pod #42251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 51.16%
G = 28.68%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42251A (or 0x42251A) is known color: Brown Pod. HEX triplet: 42, 25 and 1A. RGB value is (66,37,26). Sum of RGB (Red+Green+Blue) = 66+37+26=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42251A is #BDDAE5. Grayscale: #2C2C2C. Windows color (decimal): -12442342 or 1713474. OLE color: 1713474.

HSL color Cylindrical-coordinate representation of color #42251A: hue angle of 16.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42251A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 37 26 -
CMYK 0 0.44 0.61 0.74
HSL 16.5º 0.43% 0.18% -
HSV(B) 16.5º 0.61% 0.26% -
XYZ 3.09 2.56 1.31 -
YUV 44.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 66 37 26 0 0.44 0.61 0.74 16.5 0.43 0.18
Hex 42 25 1A 0 2C 3D 4A 10 2B 12
Octal 102 45 32 0 54 75 112 20 53 22
Binary 1000010 100101 11010 0 101100 111101 1001010 10000 101011 10010

Color Harmonies of #42251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42251A

Black with #42251A

Text Example


Text Example

White with #42251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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