Html Css Color HEX #753408 Peru Tan

📋 copy color: '#753408'

red 117 ◦ green 52 ◦ blue 8

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

Shades of Peru Tan #753408

Tints of Peru Tan #753408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

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

R = 66.1%
G = 29.38%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#753408 (or 0x753408) is known color: Peru Tan. HEX triplet: 75, 34 and 08. RGB value is (117,52,8). Sum of RGB (Red+Green+Blue) = 117+52+8=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #753408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753408 is #8ACBF7. Grayscale: #424242. Windows color (decimal): -9096184 or 537717. OLE color: 537717.

HSL color Cylindrical-coordinate representation of color #753408: hue angle of 24.22º 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 #753408 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 8 -
CMYK 0 0.56 0.93 0.54
HSL 24.22º 0.87% 0.25% -
HSV(B) 24.22º 0.93% 0.46% -
XYZ 8.61 6.26 0.98 -
YUV 66.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 117 52 8 0 0.56 0.93 0.54 24.22 0.87 0.25
Hex 75 34 8 0 38 5D 36 18 57 19
Octal 165 64 10 0 70 135 66 30 127 31
Binary 1110101 110100 1000 0 111000 1011101 110110 11000 1010111 11001

Color Harmonies of #753408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753408

Black with #753408

Text Example


Text Example

White with #753408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753408; }

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

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

background-color css

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

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

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

border-color css

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

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

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