Html Css Color HEX #752A0A Peru Tan

📋 copy color: '#752A0A'

red 117 ◦ green 42 ◦ blue 10

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

Shades of Peru Tan #752A0A

Tints of Peru Tan #752A0A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.85%

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 69.23%
G = 24.85%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#752A0A (or 0x752A0A) is known color: Peru Tan. HEX triplet: 75, 2A and 0A. RGB value is (117,42,10). Sum of RGB (Red+Green+Blue) = 117+42+10=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A0A is #8AD5F5. Grayscale: #3C3C3C. Windows color (decimal): -9098742 or 666229. OLE color: 666229.

HSL color Cylindrical-coordinate representation of color #752A0A: hue angle of 17.94º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #752A0A is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 10 -
CMYK 0 0.64 0.91 0.54
HSL 17.94º 0.84% 0.25% -
HSV(B) 17.94º 0.91% 0.46% -
XYZ 8.22 5.46 0.91 -
YUV 60.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 117 42 10 0 0.64 0.91 0.54 17.94 0.84 0.25
Hex 75 2A A 0 40 5B 36 12 54 19
Octal 165 52 12 0 100 133 66 22 124 31
Binary 1110101 101010 1010 0 1000000 1011011 110110 10010 1010100 11001

Color Harmonies of #752A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A0A

Black with #752A0A

Text Example


Text Example

White with #752A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,42,10); }

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

background-color css

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

 a { background-color: rgb(117,42,10); }

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

border-color css

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

 span { border-color: rgb(117,42,10); }

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