Html Css Color HEX #753608 Peru Tan

📋 copy color: '#753608'

red 117 ◦ green 54 ◦ blue 8

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

Shades of Peru Tan #753608

Tints of Peru Tan #753608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 65.36%
G = 30.17%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#753608 (or 0x753608) is known color: Peru Tan. HEX triplet: 75, 36 and 08. RGB value is (117,54,8). Sum of RGB (Red+Green+Blue) = 117+54+8=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #753608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753608 is #8AC9F7. Grayscale: #434343. Windows color (decimal): -9095672 or 538229. OLE color: 538229.

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

Color convert

RGB 117 54 8 -
CMYK 0 0.54 0.93 0.54
HSL 25.32º 0.87% 0.25% -
HSV(B) 25.32º 0.93% 0.46% -
XYZ 8.7 6.44 1.01 -
YUV 67.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 117 54 8 0 0.54 0.93 0.54 25.32 0.87 0.25
Hex 75 36 8 0 36 5D 36 19 57 19
Octal 165 66 10 0 66 135 66 31 127 31
Binary 1110101 110110 1000 0 110110 1011101 110110 11001 1010111 11001

Color Harmonies of #753608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753608

Black with #753608

Text Example


Text Example

White with #753608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753608; }

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

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

background-color css

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

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

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

border-color css

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

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

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