Html Css Color HEX #752D0E Peru Tan

📋 copy color: '#752D0E'

red 117 ◦ green 45 ◦ blue 14

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

Shades of Peru Tan #752D0E

Tints of Peru Tan #752D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 66.48%
G = 25.57%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#752D0E (or 0x752D0E) is known color: Peru Tan. HEX triplet: 75, 2D and 0E. RGB value is (117,45,14). Sum of RGB (Red+Green+Blue) = 117+45+14=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D0E is #8AD2F1. Grayscale: #3F3F3F. Windows color (decimal): -9097970 or 929141. OLE color: 929141.

HSL color Cylindrical-coordinate representation of color #752D0E: hue angle of 18.06º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #752D0E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 14 -
CMYK 0 0.62 0.88 0.54
HSL 18.06º 0.79% 0.26% -
HSV(B) 18.06º 0.88% 0.46% -
XYZ 8.35 5.69 1.07 -
YUV 62.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 117 45 14 0 0.62 0.88 0.54 18.06 0.79 0.26
Hex 75 2D E 0 3E 58 36 12 4F 1A
Octal 165 55 16 0 76 130 66 22 117 32
Binary 1110101 101101 1110 0 111110 1011000 110110 10010 1001111 11010

Color Harmonies of #752D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D0E

Black with #752D0E

Text Example


Text Example

White with #752D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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