Html Css Color HEX #753E1E Peru Tan

📋 copy color: '#753E1E'

red 117 ◦ green 62 ◦ blue 30

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

Shades of Peru Tan #753E1E

Tints of Peru Tan #753E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.67%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 55.98%
G = 29.67%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#753E1E (or 0x753E1E) is known color: Peru Tan. HEX triplet: 75, 3E and 1E. RGB value is (117,62,30). Sum of RGB (Red+Green+Blue) = 117+62+30=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #753E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753E1E is #8AC1E1. Grayscale: #4A4A4A. Windows color (decimal): -9093602 or 1982069. OLE color: 1982069.

HSL color Cylindrical-coordinate representation of color #753E1E: hue angle of 22.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753E1E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 62 30 -
CMYK 0 0.47 0.74 0.54
HSL 22.07º 0.59% 0.29% -
HSV(B) 22.07º 0.74% 0.46% -
XYZ 9.29 7.32 2.15 -
YUV 74.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 117 62 30 0 0.47 0.74 0.54 22.07 0.59 0.29
Hex 75 3E 1E 0 2F 4A 36 16 3B 1D
Octal 165 76 36 0 57 112 66 26 73 35
Binary 1110101 111110 11110 0 101111 1001010 110110 10110 111011 11101

Color Harmonies of #753E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753E1E

Black with #753E1E

Text Example


Text Example

White with #753E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753E1E; }

 p { color: rgb(117,62,30); }

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

background-color css

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

 a { background-color: rgb(117,62,30); }

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

border-color css

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

 span { border-color: rgb(117,62,30); }

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