Html Css Color HEX #75360D Peru Tan

📋 copy color: '#75360D'

red 117 ◦ green 54 ◦ blue 13

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

Shades of Peru Tan #75360D

Tints of Peru Tan #75360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.35%

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

R = 63.59%
G = 29.35%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75360D (or 0x75360D) is known color: Peru Tan. HEX triplet: 75, 36 and 0D. RGB value is (117,54,13). Sum of RGB (Red+Green+Blue) = 117+54+13=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75360D is #8AC9F2. Grayscale: #444444. Windows color (decimal): -9095667 or 865909. OLE color: 865909.

HSL color Cylindrical-coordinate representation of color #75360D: hue angle of 23.65º 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 #75360D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 13 -
CMYK 0 0.54 0.89 0.54
HSL 23.65º 0.8% 0.25% -
HSV(B) 23.65º 0.89% 0.46% -
XYZ 8.73 6.45 1.17 -
YUV 68.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 117 54 13 0 0.54 0.89 0.54 23.65 0.8 0.25
Hex 75 36 D 0 36 59 36 18 50 19
Octal 165 66 15 0 66 131 66 30 120 31
Binary 1110101 110110 1101 0 110110 1011001 110110 11000 1010000 11001

Color Harmonies of #75360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75360D

Black with #75360D

Text Example


Text Example

White with #75360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75360D; }

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

 H1.HeaderClassName
 {
   color: #75360D;
 }
 .AnyTagClassName
 {
   color: #75360D;
 }
</style>

background-color css

<style>
 a { background-color: #75360D; }

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

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

border-color css

<style>
 span { border-color: #75360D; }

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

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