Html Css Color HEX #752E01 Peru Tan

📋 copy color: '#752E01'

red 117 ◦ green 46 ◦ blue 1

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

Shades of Peru Tan #752E01

Tints of Peru Tan #752E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 71.34%
G = 28.05%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752E01 (or 0x752E01) is known color: Peru Tan. HEX triplet: 75, 2E and 01. RGB value is (117,46,1). Sum of RGB (Red+Green+Blue) = 117+46+1=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E01 is #8AD1FE. Grayscale: #3E3E3E. Windows color (decimal): -9097727 or 77429. OLE color: 77429.

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

Color convert

RGB 117 46 1 -
CMYK 0 0.61 0.99 0.54
HSL 23.28º 0.98% 0.23% -
HSV(B) 23.28º 0.99% 0.46% -
XYZ 8.32 5.74 0.7 -
YUV 62.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 117 46 1 0 0.61 0.99 0.54 23.28 0.98 0.23
Hex 75 2E 1 0 3D 63 36 17 62 17
Octal 165 56 1 0 75 143 66 27 142 27
Binary 1110101 101110 1 0 111101 1100011 110110 10111 1100010 10111

Color Harmonies of #752E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E01

Black with #752E01

Text Example


Text Example

White with #752E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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