Html Css Color HEX #752B05 Peru Tan

📋 copy color: '#752B05'

red 117 ◦ green 43 ◦ blue 5

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

Shades of Peru Tan #752B05

Tints of Peru Tan #752B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 70.91%
G = 26.06%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752B05 (or 0x752B05) is known color: Peru Tan. HEX triplet: 75, 2B and 05. RGB value is (117,43,5). Sum of RGB (Red+Green+Blue) = 117+43+5=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B05 is #8AD4FA. Grayscale: #3D3D3D. Windows color (decimal): -9098491 or 338805. OLE color: 338805.

HSL color Cylindrical-coordinate representation of color #752B05: hue angle of 20.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #752B05 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 5 -
CMYK 0 0.63 0.96 0.54
HSL 20.36º 0.92% 0.24% -
HSV(B) 20.36º 0.96% 0.46% -
XYZ 8.23 5.52 0.78 -
YUV 60.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 117 43 5 0 0.63 0.96 0.54 20.36 0.92 0.24
Hex 75 2B 5 0 3F 60 36 14 5C 18
Octal 165 53 5 0 77 140 66 24 134 30
Binary 1110101 101011 101 0 111111 1100000 110110 10100 1011100 11000

Color Harmonies of #752B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B05

Black with #752B05

Text Example


Text Example

White with #752B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,5); }

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

background-color css

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

 a { background-color: rgb(117,43,5); }

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

border-color css

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

 span { border-color: rgb(117,43,5); }

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