Html Css Color HEX #752C0A Peru Tan

📋 copy color: '#752C0A'

red 117 ◦ green 44 ◦ blue 10

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

Shades of Peru Tan #752C0A

Tints of Peru Tan #752C0A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.73%

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

R = 68.42%
G = 25.73%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#752C0A (or 0x752C0A) is known color: Peru Tan. HEX triplet: 75, 2C and 0A. RGB value is (117,44,10). Sum of RGB (Red+Green+Blue) = 117+44+10=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C0A is #8AD3F5. Grayscale: #3E3E3E. Windows color (decimal): -9098230 or 666741. OLE color: 666741.

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

Color convert

RGB 117 44 10 -
CMYK 0 0.62 0.91 0.54
HSL 19.07º 0.84% 0.25% -
HSV(B) 19.07º 0.91% 0.46% -
XYZ 8.29 5.61 0.93 -
YUV 61.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 117 44 10 0 0.62 0.91 0.54 19.07 0.84 0.25
Hex 75 2C A 0 3E 5B 36 13 54 19
Octal 165 54 12 0 76 133 66 23 124 31
Binary 1110101 101100 1010 0 111110 1011011 110110 10011 1010100 11001

Color Harmonies of #752C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C0A

Black with #752C0A

Text Example


Text Example

White with #752C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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