Html Css Color HEX #752C0C Peru Tan

📋 copy color: '#752C0C'

red 117 ◦ green 44 ◦ blue 12

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

Shades of Peru Tan #752C0C

Tints of Peru Tan #752C0C

RGB

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

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

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

R = 67.63%
G = 25.43%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#752C0C (or 0x752C0C) is known color: Peru Tan. HEX triplet: 75, 2C and 0C. RGB value is (117,44,12). Sum of RGB (Red+Green+Blue) = 117+44+12=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C0C is #8AD3F3. Grayscale: #3E3E3E. Windows color (decimal): -9098228 or 797813. OLE color: 797813.

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

Color convert

RGB 117 44 12 -
CMYK 0 0.62 0.90 0.54
HSL 18.29º 0.81% 0.25% -
HSV(B) 18.29º 0.9% 0.46% -
XYZ 8.3 5.61 0.99 -
YUV 62.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 117 44 12 0 0.62 0.90 0.54 18.29 0.81 0.25
Hex 75 2C C 0 3E 5A 36 12 51 19
Octal 165 54 14 0 76 132 66 22 121 31
Binary 1110101 101100 1100 0 111110 1011010 110110 10010 1010001 11001

Color Harmonies of #752C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C0C

Black with #752C0C

Text Example


Text Example

White with #752C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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