Html Css Color HEX #753003 Peru Tan

📋 copy color: '#753003'

red 117 ◦ green 48 ◦ blue 3

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

Shades of Peru Tan #753003

Tints of Peru Tan #753003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 69.64%
G = 28.57%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#753003 (or 0x753003) is known color: Peru Tan. HEX triplet: 75, 30 and 03. RGB value is (117,48,3). Sum of RGB (Red+Green+Blue) = 117+48+3=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #753003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753003 is #8ACFFC. Grayscale: #3F3F3F. Windows color (decimal): -9097213 or 209013. OLE color: 209013.

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

Color convert

RGB 117 48 3 -
CMYK 0 0.59 0.97 0.54
HSL 23.68º 0.95% 0.24% -
HSV(B) 23.68º 0.97% 0.46% -
XYZ 8.41 5.9 0.78 -
YUV 63.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 117 48 3 0 0.59 0.97 0.54 23.68 0.95 0.24
Hex 75 30 3 0 3B 61 36 18 5F 18
Octal 165 60 3 0 73 141 66 30 137 30
Binary 1110101 110000 11 0 111011 1100001 110110 11000 1011111 11000

Color Harmonies of #753003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753003

Black with #753003

Text Example


Text Example

White with #753003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753003; }

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

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

background-color css

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

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

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

border-color css

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

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

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