Html Css Color HEX #754218 Peru Tan

📋 copy color: '#754218'

red 117 ◦ green 66 ◦ blue 24

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

Shades of Peru Tan #754218

Tints of Peru Tan #754218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 56.52%
G = 31.88%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754218 (or 0x754218) is known color: Peru Tan. HEX triplet: 75, 42 and 18. RGB value is (117,66,24). Sum of RGB (Red+Green+Blue) = 117+66+24=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754218 is #8ABDE7. Grayscale: #4C4C4C. Windows color (decimal): -9092584 or 1589877. OLE color: 1589877.

HSL color Cylindrical-coordinate representation of color #754218: hue angle of 27.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754218 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 24 -
CMYK 0 0.44 0.79 0.54
HSL 27.1º 0.66% 0.28% -
HSV(B) 27.1º 0.79% 0.46% -
XYZ 9.45 7.74 1.86 -
YUV 76.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 117 66 24 0 0.44 0.79 0.54 27.1 0.66 0.28
Hex 75 42 18 0 2C 4F 36 1B 42 1C
Octal 165 102 30 0 54 117 66 33 102 34
Binary 1110101 1000010 11000 0 101100 1001111 110110 11011 1000010 11100

Color Harmonies of #754218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754218

Black with #754218

Text Example


Text Example

White with #754218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754218; }

 p { color: rgb(117,66,24); }

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

background-color css

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

 a { background-color: rgb(117,66,24); }

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

border-color css

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

 span { border-color: rgb(117,66,24); }

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