Html Css Color HEX #252206 Maire

📋 copy color: '#252206'

red 37 ◦ green 34 ◦ blue 6

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

Shades of Maire #252206

Tints of Maire #252206

RGB

 RED value IS 37 (14.84% from 255) = 48.05%

 GREEN value IS 34 (13.67% from 255) = 44.16%

 BLUE value IS 6 (2.73% from 255) = 7.79%

R = 48.05%
G = 44.16%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#252206 (or 0x252206) is known color: Maire. HEX triplet: 25, 22 and 06. RGB value is (37,34,6). Sum of RGB (Red+Green+Blue) = 37+34+6=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #252206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252206 is #DADDF9. Grayscale: #1F1F1F. Windows color (decimal): -14343674 or 401957. OLE color: 401957.

HSL color Cylindrical-coordinate representation of color #252206: hue angle of 54.19º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252206 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 34 6 -
CMYK 0 0.08 0.84 0.85
HSL 54.19º 0.72% 0.08% -
HSV(B) 54.19º 0.84% 0.15% -
XYZ 1.37 1.55 0.4 -
YUV 31.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 37 34 6 0 0.08 0.84 0.85 54.19 0.72 0.08
Hex 25 22 6 0 8 54 55 36 48 8
Octal 45 42 6 0 10 124 125 66 110 10
Binary 100101 100010 110 0 1000 1010100 1010101 110110 1001000 1000

Color Harmonies of #252206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252206

Black with #252206

Text Example


Text Example

White with #252206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252206; }

 p { color: rgb(37,34,6); }

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

background-color css

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

 a { background-color: rgb(37,34,6); }

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

border-color css

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

 span { border-color: rgb(37,34,6); }

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