Html Css Color HEX #753028 Auburn

📋 copy color: '#753028'

red 117 ◦ green 48 ◦ blue 40

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

Shades of Auburn #753028

Tints of Auburn #753028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 57.07%
G = 23.41%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#753028 (or 0x753028) is known color: Auburn. HEX triplet: 75, 30 and 28. RGB value is (117,48,40). Sum of RGB (Red+Green+Blue) = 117+48+40=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #753028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753028 is #8ACFD7. Grayscale: #434343. Windows color (decimal): -9097176 or 2633845. OLE color: 2633845.

HSL color Cylindrical-coordinate representation of color #753028: hue angle of 6.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753028 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 40 -
CMYK 0 0.59 0.66 0.54
HSL 6.23º 0.49% 0.31% -
HSV(B) 6.23º 0.66% 0.46% -
XYZ 8.78 6.05 2.71 -
YUV 67.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 117 48 40 0 0.59 0.66 0.54 6.23 0.49 0.31
Hex 75 30 28 0 3B 42 36 6 31 1F
Octal 165 60 50 0 73 102 66 6 61 37
Binary 1110101 110000 101000 0 111011 1000010 110110 110 110001 11111

Color Harmonies of #753028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753028

Black with #753028

Text Example


Text Example

White with #753028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753028; }

 p { color: rgb(117,48,40); }

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

background-color css

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

 a { background-color: rgb(117,48,40); }

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

border-color css

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

 span { border-color: rgb(117,48,40); }

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