Html Css Color HEX #752E25 Auburn

📋 copy color: '#752E25'

red 117 ◦ green 46 ◦ blue 37

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

Shades of Auburn #752E25

Tints of Auburn #752E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23%

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

R = 58.5%
G = 23%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752E25 (or 0x752E25) is known color: Auburn. HEX triplet: 75, 2E and 25. RGB value is (117,46,37). Sum of RGB (Red+Green+Blue) = 117+46+37=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #752E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E25 is #8AD1DA. Grayscale: #424242. Windows color (decimal): -9097691 or 2436725. OLE color: 2436725.

HSL color Cylindrical-coordinate representation of color #752E25: hue angle of 6.75º 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 #752E25 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 37 -
CMYK 0 0.61 0.68 0.54
HSL 6.75º 0.52% 0.3% -
HSV(B) 6.75º 0.68% 0.46% -
XYZ 8.65 5.87 2.43 -
YUV 66.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 117 46 37 0 0.61 0.68 0.54 6.75 0.52 0.3
Hex 75 2E 25 0 3D 44 36 7 34 1E
Octal 165 56 45 0 75 104 66 7 64 36
Binary 1110101 101110 100101 0 111101 1000100 110110 111 110100 11110

Color Harmonies of #752E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E25

Black with #752E25

Text Example


Text Example

White with #752E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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