Html Css Color HEX #75290A Peru Tan

📋 copy color: '#75290A'

red 117 ◦ green 41 ◦ blue 10

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

Shades of Peru Tan #75290A

Tints of Peru Tan #75290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

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

R = 69.64%
G = 24.4%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75290A (or 0x75290A) is known color: Peru Tan. HEX triplet: 75, 29 and 0A. RGB value is (117,41,10). Sum of RGB (Red+Green+Blue) = 117+41+10=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290A is #8AD6F5. Grayscale: #3C3C3C. Windows color (decimal): -9098998 or 665973. OLE color: 665973.

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

Color convert

RGB 117 41 10 -
CMYK 0 0.65 0.91 0.54
HSL 17.38º 0.84% 0.25% -
HSV(B) 17.38º 0.91% 0.46% -
XYZ 8.18 5.39 0.9 -
YUV 60.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 117 41 10 0 0.65 0.91 0.54 17.38 0.84 0.25
Hex 75 29 A 0 41 5B 36 11 54 19
Octal 165 51 12 0 101 133 66 21 124 31
Binary 1110101 101001 1010 0 1000001 1011011 110110 10001 1010100 11001

Color Harmonies of #75290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75290A

Black with #75290A

Text Example


Text Example

White with #75290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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