Html Css Color HEX #754423 Peru Tan

📋 copy color: '#754423'

red 117 ◦ green 68 ◦ blue 35

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

Shades of Peru Tan #754423

Tints of Peru Tan #754423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 53.18%
G = 30.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#754423 (or 0x754423) is known color: Peru Tan. HEX triplet: 75, 44 and 23. RGB value is (117,68,35). Sum of RGB (Red+Green+Blue) = 117+68+35=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754423 is #8ABBDC. Grayscale: #4F4F4F. Windows color (decimal): -9092061 or 2311285. OLE color: 2311285.

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

Color convert

RGB 117 68 35 -
CMYK 0 0.42 0.70 0.54
HSL 24.15º 0.54% 0.3% -
HSV(B) 24.15º 0.7% 0.46% -
XYZ 9.71 8.04 2.63 -
YUV 78.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 117 68 35 0 0.42 0.70 0.54 24.15 0.54 0.3
Hex 75 44 23 0 2A 46 36 18 36 1E
Octal 165 104 43 0 52 106 66 30 66 36
Binary 1110101 1000100 100011 0 101010 1000110 110110 11000 110110 11110

Color Harmonies of #754423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754423

Black with #754423

Text Example


Text Example

White with #754423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754423; }

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

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

background-color css

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

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

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

border-color css

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

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

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