Html Css Color HEX #75380C Peru Tan

📋 copy color: '#75380C'

red 117 ◦ green 56 ◦ blue 12

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

Shades of Peru Tan #75380C

Tints of Peru Tan #75380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 63.24%
G = 30.27%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75380C (or 0x75380C) is known color: Peru Tan. HEX triplet: 75, 38 and 0C. RGB value is (117,56,12). Sum of RGB (Red+Green+Blue) = 117+56+12=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75380C is #8AC7F3. Grayscale: #454545. Windows color (decimal): -9095156 or 800885. OLE color: 800885.

HSL color Cylindrical-coordinate representation of color #75380C: hue angle of 25.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75380C is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 56 12 -
CMYK 0 0.52 0.90 0.54
HSL 25.14º 0.81% 0.25% -
HSV(B) 25.14º 0.9% 0.46% -
XYZ 8.82 6.64 1.16 -
YUV 69.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 117 56 12 0 0.52 0.90 0.54 25.14 0.81 0.25
Hex 75 38 C 0 34 5A 36 19 51 19
Octal 165 70 14 0 64 132 66 31 121 31
Binary 1110101 111000 1100 0 110100 1011010 110110 11001 1010001 11001

Color Harmonies of #75380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75380C

Black with #75380C

Text Example


Text Example

White with #75380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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