Html Css Color HEX #752C06 Peru Tan

📋 copy color: '#752C06'

red 117 ◦ green 44 ◦ blue 6

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

Shades of Peru Tan #752C06

Tints of Peru Tan #752C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 70.06%
G = 26.35%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752C06 (or 0x752C06) is known color: Peru Tan. HEX triplet: 75, 2C and 06. RGB value is (117,44,6). Sum of RGB (Red+Green+Blue) = 117+44+6=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #752C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C06 is #8AD3F9. Grayscale: #3D3D3D. Windows color (decimal): -9098234 or 404597. OLE color: 404597.

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

Color convert

RGB 117 44 6 -
CMYK 0 0.62 0.95 0.54
HSL 20.54º 0.9% 0.24% -
HSV(B) 20.54º 0.95% 0.46% -
XYZ 8.27 5.6 0.82 -
YUV 61.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 117 44 6 0 0.62 0.95 0.54 20.54 0.9 0.24
Hex 75 2C 6 0 3E 5F 36 15 5A 18
Octal 165 54 6 0 76 137 66 25 132 30
Binary 1110101 101100 110 0 111110 1011111 110110 10101 1011010 11000

Color Harmonies of #752C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C06

Black with #752C06

Text Example


Text Example

White with #752C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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