Html Css Color HEX #75380E Peru Tan

📋 copy color: '#75380E'

red 117 ◦ green 56 ◦ blue 14

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

Shades of Peru Tan #75380E

Tints of Peru Tan #75380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 62.57%
G = 29.95%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75380E (or 0x75380E) is known color: Peru Tan. HEX triplet: 75, 38 and 0E. RGB value is (117,56,14). Sum of RGB (Red+Green+Blue) = 117+56+14=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75380E is #8AC7F1. Grayscale: #454545. Windows color (decimal): -9095154 or 931957. OLE color: 931957.

HSL color Cylindrical-coordinate representation of color #75380E: hue angle of 24.47º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75380E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 14 -
CMYK 0 0.52 0.88 0.54
HSL 24.47º 0.79% 0.26% -
HSV(B) 24.47º 0.88% 0.46% -
XYZ 8.83 6.64 1.23 -
YUV 69.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 117 56 14 0 0.52 0.88 0.54 24.47 0.79 0.26
Hex 75 38 E 0 34 58 36 18 4F 1A
Octal 165 70 16 0 64 130 66 30 117 32
Binary 1110101 111000 1110 0 110100 1011000 110110 11000 1001111 11010

Color Harmonies of #75380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75380E

Black with #75380E

Text Example


Text Example

White with #75380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75380E; }

 p { color: rgb(117,56,14); }

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

background-color css

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

 a { background-color: rgb(117,56,14); }

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

border-color css

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

 span { border-color: rgb(117,56,14); }

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