Html Css Color HEX #753000 Peru Tan

📋 copy color: '#753000'

red 117 ◦ green 48 ◦ blue 0

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

Shades of Peru Tan #753000

Tints of Peru Tan #753000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.91%
G = 29.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#753000 (or 0x753000) is known color: Peru Tan. HEX triplet: 75, 30 and 00. RGB value is (117,48,0). Sum of RGB (Red+Green+Blue) = 117+48+0=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #753000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753000 is #8ACFFF. Grayscale: #3F3F3F. Windows color (decimal): -9097216 or 12405. OLE color: 12405.

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

Color convert

RGB 117 48 0 -
CMYK 0 0.59 1 0.54
HSL 24.62º 1% 0.23% -
HSV(B) 24.62º 1% 0.46% -
XYZ 8.39 5.9 0.7 -
YUV 63.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 117 48 0 0 0.59 1 0.54 24.62 1 0.23
Hex 75 30 0 0 3B 64 36 19 64 17
Octal 165 60 0 0 73 144 66 31 144 27
Binary 1110101 110000 0 0 111011 1100100 110110 11001 1100100 10111

Color Harmonies of #753000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753000

Black with #753000

Text Example


Text Example

White with #753000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753000; }

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

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

background-color css

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

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

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

border-color css

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

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

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