Html Css Color HEX #752E02 Peru Tan

📋 copy color: '#752E02'

red 117 ◦ green 46 ◦ blue 2

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

Shades of Peru Tan #752E02

Tints of Peru Tan #752E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 70.91%
G = 27.88%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752E02 (or 0x752E02) is known color: Peru Tan. HEX triplet: 75, 2E and 02. RGB value is (117,46,2). Sum of RGB (Red+Green+Blue) = 117+46+2=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E02 is #8AD1FD. Grayscale: #3E3E3E. Windows color (decimal): -9097726 or 142965. OLE color: 142965.

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

Color convert

RGB 117 46 2 -
CMYK 0 0.61 0.98 0.54
HSL 22.96º 0.97% 0.23% -
HSV(B) 22.96º 0.98% 0.46% -
XYZ 8.32 5.74 0.73 -
YUV 62.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 117 46 2 0 0.61 0.98 0.54 22.96 0.97 0.23
Hex 75 2E 2 0 3D 62 36 17 61 17
Octal 165 56 2 0 75 142 66 27 141 27
Binary 1110101 101110 10 0 111101 1100010 110110 10111 1100001 10111

Color Harmonies of #752E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E02

Black with #752E02

Text Example


Text Example

White with #752E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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