Html Css Color HEX #752D02 Peru Tan

📋 copy color: '#752D02'

red 117 ◦ green 45 ◦ blue 2

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

Shades of Peru Tan #752D02

Tints of Peru Tan #752D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 71.34%
G = 27.44%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#752D02 (or 0x752D02) is known color: Peru Tan. HEX triplet: 75, 2D and 02. RGB value is (117,45,2). Sum of RGB (Red+Green+Blue) = 117+45+2=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D02 is #8AD2FD. Grayscale: #3D3D3D. Windows color (decimal): -9097982 or 142709. OLE color: 142709.

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

Color convert

RGB 117 45 2 -
CMYK 0 0.62 0.98 0.54
HSL 22.43º 0.97% 0.23% -
HSV(B) 22.43º 0.98% 0.46% -
XYZ 8.29 5.66 0.71 -
YUV 61.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 117 45 2 0 0.62 0.98 0.54 22.43 0.97 0.23
Hex 75 2D 2 0 3E 62 36 16 61 17
Octal 165 55 2 0 76 142 66 26 141 27
Binary 1110101 101101 10 0 111110 1100010 110110 10110 1100001 10111

Color Harmonies of #752D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D02

Black with #752D02

Text Example


Text Example

White with #752D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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