Html Css Color HEX #754023 Peru Tan

📋 copy color: '#754023'

red 117 ◦ green 64 ◦ blue 35

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

Shades of Peru Tan #754023

Tints of Peru Tan #754023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 54.17%
G = 29.63%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#754023 (or 0x754023) is known color: Peru Tan. HEX triplet: 75, 40 and 23. RGB value is (117,64,35). Sum of RGB (Red+Green+Blue) = 117+64+35=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #754023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754023 is #8ABFDC. Grayscale: #4C4C4C. Windows color (decimal): -9093085 or 2310261. OLE color: 2310261.

HSL color Cylindrical-coordinate representation of color #754023: hue angle of 21.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754023 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 35 -
CMYK 0 0.45 0.70 0.54
HSL 21.22º 0.54% 0.3% -
HSV(B) 21.22º 0.7% 0.46% -
XYZ 9.47 7.57 2.55 -
YUV 76.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 117 64 35 0 0.45 0.70 0.54 21.22 0.54 0.3
Hex 75 40 23 0 2D 46 36 15 36 1E
Octal 165 100 43 0 55 106 66 25 66 36
Binary 1110101 1000000 100011 0 101101 1000110 110110 10101 110110 11110

Color Harmonies of #754023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754023

Black with #754023

Text Example


Text Example

White with #754023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754023; }

 p { color: rgb(117,64,35); }

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

background-color css

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

 a { background-color: rgb(117,64,35); }

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

border-color css

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

 span { border-color: rgb(117,64,35); }

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