Html Css Color HEX #752F0C Peru Tan

📋 copy color: '#752F0C'

red 117 ◦ green 47 ◦ blue 12

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

Shades of Peru Tan #752F0C

Tints of Peru Tan #752F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.7%

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 66.48%
G = 26.7%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#752F0C (or 0x752F0C) is known color: Peru Tan. HEX triplet: 75, 2F and 0C. RGB value is (117,47,12). Sum of RGB (Red+Green+Blue) = 117+47+12=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #752F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F0C is #8AD0F3. Grayscale: #404040. Windows color (decimal): -9097460 or 798581. OLE color: 798581.

HSL color Cylindrical-coordinate representation of color #752F0C: hue angle of 20º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #752F0C is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 12 -
CMYK 0 0.60 0.90 0.54
HSL 20º 0.81% 0.25% -
HSV(B) 20º 0.9% 0.46% -
XYZ 8.42 5.84 1.03 -
YUV 63.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 117 47 12 0 0.60 0.90 0.54 20 0.81 0.25
Hex 75 2F C 0 3C 5A 36 14 51 19
Octal 165 57 14 0 74 132 66 24 121 31
Binary 1110101 101111 1100 0 111100 1011010 110110 10100 1010001 11001

Color Harmonies of #752F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F0C

Black with #752F0C

Text Example


Text Example

White with #752F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,12); }

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

background-color css

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

 a { background-color: rgb(117,47,12); }

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

border-color css

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

 span { border-color: rgb(117,47,12); }

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