Html Css Color HEX #752D25 Auburn

📋 copy color: '#752D25'

red 117 ◦ green 45 ◦ blue 37

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

Shades of Auburn #752D25

Tints of Auburn #752D25

RGB

 RED value IS 117 (46.09% from 255) = 58.79%

 GREEN value IS 45 (17.97% from 255) = 22.61%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 58.79%
G = 22.61%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752D25 (or 0x752D25) is known color: Auburn. HEX triplet: 75, 2D and 25. RGB value is (117,45,37). Sum of RGB (Red+Green+Blue) = 117+45+37=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D25 is #8AD2DA. Grayscale: #414141. Windows color (decimal): -9097947 or 2436469. OLE color: 2436469.

HSL color Cylindrical-coordinate representation of color #752D25: hue angle of 6º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752D25 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 37 -
CMYK 0 0.62 0.68 0.54
HSL 0.52% 0.3% -
HSV(B) 0.68% 0.46% -
XYZ 8.61 5.79 2.41 -
YUV 65.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 117 45 37 0 0.62 0.68 0.54 6 0.52 0.3
Hex 75 2D 25 0 3E 44 36 6 34 1E
Octal 165 55 45 0 76 104 66 6 64 36
Binary 1110101 101101 100101 0 111110 1000100 110110 110 110100 11110

Color Harmonies of #752D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D25

Black with #752D25

Text Example


Text Example

White with #752D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752D25; }

 p { color: rgb(117,45,37); }

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

background-color css

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

 a { background-color: rgb(117,45,37); }

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

border-color css

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

 span { border-color: rgb(117,45,37); }

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