Html Css Color HEX #75280A Peru Tan

📋 copy color: '#75280A'

red 117 ◦ green 40 ◦ blue 10

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

Shades of Peru Tan #75280A

Tints of Peru Tan #75280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

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

R = 70.06%
G = 23.95%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75280A (or 0x75280A) is known color: Peru Tan. HEX triplet: 75, 28 and 0A. RGB value is (117,40,10). Sum of RGB (Red+Green+Blue) = 117+40+10=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75280A is #8AD7F5. Grayscale: #3B3B3B. Windows color (decimal): -9099254 or 665717. OLE color: 665717.

HSL color Cylindrical-coordinate representation of color #75280A: hue angle of 16.82º 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 #75280A is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 10 -
CMYK 0 0.66 0.91 0.54
HSL 16.82º 0.84% 0.25% -
HSV(B) 16.82º 0.91% 0.46% -
XYZ 8.15 5.32 0.88 -
YUV 59.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 117 40 10 0 0.66 0.91 0.54 16.82 0.84 0.25
Hex 75 28 A 0 42 5B 36 11 54 19
Octal 165 50 12 0 102 133 66 21 124 31
Binary 1110101 101000 1010 0 1000010 1011011 110110 10001 1010100 11001

Color Harmonies of #75280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75280A

Black with #75280A

Text Example


Text Example

White with #75280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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