Html Css Color HEX #75360A Peru Tan

📋 copy color: '#75360A'

red 117 ◦ green 54 ◦ blue 10

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

Shades of Peru Tan #75360A

Tints of Peru Tan #75360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.52%

R = 64.64%
G = 29.83%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75360A (or 0x75360A) is known color: Peru Tan. HEX triplet: 75, 36 and 0A. RGB value is (117,54,10). Sum of RGB (Red+Green+Blue) = 117+54+10=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75360A is #8AC9F5. Grayscale: #444444. Windows color (decimal): -9095670 or 669301. OLE color: 669301.

HSL color Cylindrical-coordinate representation of color #75360A: hue angle of 24.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75360A is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 10 -
CMYK 0 0.54 0.91 0.54
HSL 24.67º 0.84% 0.25% -
HSV(B) 24.67º 0.91% 0.46% -
XYZ 8.71 6.44 1.07 -
YUV 67.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 117 54 10 0 0.54 0.91 0.54 24.67 0.84 0.25
Hex 75 36 A 0 36 5B 36 19 54 19
Octal 165 66 12 0 66 133 66 31 124 31
Binary 1110101 110110 1010 0 110110 1011011 110110 11001 1010100 11001

Color Harmonies of #75360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75360A

Black with #75360A

Text Example


Text Example

White with #75360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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