Html Css Color HEX #75290B Peru Tan

📋 copy color: '#75290B'

red 117 ◦ green 41 ◦ blue 11

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

Shades of Peru Tan #75290B

Tints of Peru Tan #75290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 69.23%
G = 24.26%
B = 6.51%

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

#75290B (or 0x75290B) is known color: Peru Tan. HEX triplet: 75, 29 and 0B. RGB value is (117,41,11). Sum of RGB (Red+Green+Blue) = 117+41+11=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75290B is #8AD6F4. Grayscale: #3C3C3C. Windows color (decimal): -9098997 or 731509. OLE color: 731509.

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

Color convert

RGB 117 41 11 -
CMYK 0 0.65 0.91 0.54
HSL 16.98º 0.83% 0.25% -
HSV(B) 16.98º 0.91% 0.46% -
XYZ 8.19 5.39 0.93 -
YUV 60.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 117 41 11 0 0.65 0.91 0.54 16.98 0.83 0.25
Hex 75 29 B 0 41 5B 36 11 53 19
Octal 165 51 13 0 101 133 66 21 123 31
Binary 1110101 101001 1011 0 1000001 1011011 110110 10001 1010011 11001

Color Harmonies of #75290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75290B

Black with #75290B

Text Example


Text Example

White with #75290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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