Html Css Color HEX #752908 Peru Tan

📋 copy color: '#752908'

red 117 ◦ green 41 ◦ blue 8

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

Shades of Peru Tan #752908

Tints of Peru Tan #752908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.82%

R = 70.48%
G = 24.7%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752908 (or 0x752908) is known color: Peru Tan. HEX triplet: 75, 29 and 08. RGB value is (117,41,8). Sum of RGB (Red+Green+Blue) = 117+41+8=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #752908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752908 is #8AD6F7. Grayscale: #3C3C3C. Windows color (decimal): -9099000 or 534901. OLE color: 534901.

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

Color convert

RGB 117 41 8 -
CMYK 0 0.65 0.93 0.54
HSL 18.17º 0.87% 0.25% -
HSV(B) 18.17º 0.93% 0.46% -
XYZ 8.17 5.39 0.84 -
YUV 59.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 117 41 8 0 0.65 0.93 0.54 18.17 0.87 0.25
Hex 75 29 8 0 41 5D 36 12 57 19
Octal 165 51 10 0 101 135 66 22 127 31
Binary 1110101 101001 1000 0 1000001 1011101 110110 10010 1010111 11001

Color Harmonies of #752908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752908

Black with #752908

Text Example


Text Example

White with #752908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752908; }

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

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

background-color css

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

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

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

border-color css

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

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

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