Html Css Color HEX #752E03 Peru Tan

📋 copy color: '#752E03'

red 117 ◦ green 46 ◦ blue 3

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

Shades of Peru Tan #752E03

Tints of Peru Tan #752E03

RGB

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

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

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

R = 70.48%
G = 27.71%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752E03 (or 0x752E03) is known color: Peru Tan. HEX triplet: 75, 2E and 03. RGB value is (117,46,3). Sum of RGB (Red+Green+Blue) = 117+46+3=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E03 is #8AD1FC. Grayscale: #3E3E3E. Windows color (decimal): -9097725 or 208501. OLE color: 208501.

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

Color convert

RGB 117 46 3 -
CMYK 0 0.61 0.97 0.54
HSL 22.63º 0.95% 0.24% -
HSV(B) 22.63º 0.97% 0.46% -
XYZ 8.33 5.74 0.76 -
YUV 62.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 117 46 3 0 0.61 0.97 0.54 22.63 0.95 0.24
Hex 75 2E 3 0 3D 61 36 17 5F 18
Octal 165 56 3 0 75 141 66 27 137 30
Binary 1110101 101110 11 0 111101 1100001 110110 10111 1011111 11000

Color Harmonies of #752E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E03

Black with #752E03

Text Example


Text Example

White with #752E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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