Html Css Color HEX #252217 Maire

📋 copy color: '#252217'

red 37 ◦ green 34 ◦ blue 23

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

Shades of Maire #252217

Tints of Maire #252217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 24.47%

R = 39.36%
G = 36.17%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#252217 (or 0x252217) is known color: Maire. HEX triplet: 25, 22 and 17. RGB value is (37,34,23). Sum of RGB (Red+Green+Blue) = 37+34+23=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #252217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252217 is #DADDE8. Grayscale: #212121. Windows color (decimal): -14343657 or 1516069. OLE color: 1516069.

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

Color convert

RGB 37 34 23 -
CMYK 0 0.08 0.38 0.85
HSL 47.14º 0.23% 0.12% -
HSV(B) 47.14º 0.38% 0.15% -
XYZ 1.49 1.6 1.04 -
YUV 33.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 37 34 23 0 0.08 0.38 0.85 47.14 0.23 0.12
Hex 25 22 17 0 8 26 55 2F 17 C
Octal 45 42 27 0 10 46 125 57 27 14
Binary 100101 100010 10111 0 1000 100110 1010101 101111 10111 1100

Color Harmonies of #252217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252217

Black with #252217

Text Example


Text Example

White with #252217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252217; }

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

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

background-color css

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

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

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

border-color css

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

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

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