Html Css Color HEX #752B0D Peru Tan

📋 copy color: '#752B0D'

red 117 ◦ green 43 ◦ blue 13

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

Shades of Peru Tan #752B0D

Tints of Peru Tan #752B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 67.63%
G = 24.86%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#752B0D (or 0x752B0D) is known color: Peru Tan. HEX triplet: 75, 2B and 0D. RGB value is (117,43,13). Sum of RGB (Red+Green+Blue) = 117+43+13=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B0D is #8AD4F2. Grayscale: #3D3D3D. Windows color (decimal): -9098483 or 863093. OLE color: 863093.

HSL color Cylindrical-coordinate representation of color #752B0D: hue angle of 17.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #752B0D is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 43 13 -
CMYK 0 0.63 0.89 0.54
HSL 17.31º 0.8% 0.25% -
HSV(B) 17.31º 0.89% 0.46% -
XYZ 8.27 5.54 1.01 -
YUV 61.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 117 43 13 0 0.63 0.89 0.54 17.31 0.8 0.25
Hex 75 2B D 0 3F 59 36 11 50 19
Octal 165 53 15 0 77 131 66 21 120 31
Binary 1110101 101011 1101 0 111111 1011001 110110 10001 1010000 11001

Color Harmonies of #752B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B0D

Black with #752B0D

Text Example


Text Example

White with #752B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,13); }

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

background-color css

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

 a { background-color: rgb(117,43,13); }

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

border-color css

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

 span { border-color: rgb(117,43,13); }

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