Html Css Color HEX #75380A Peru Tan

📋 copy color: '#75380A'

red 117 ◦ green 56 ◦ blue 10

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

Shades of Peru Tan #75380A

Tints of Peru Tan #75380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 63.93%
G = 30.6%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75380A (or 0x75380A) is known color: Peru Tan. HEX triplet: 75, 38 and 0A. RGB value is (117,56,10). Sum of RGB (Red+Green+Blue) = 117+56+10=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75380A is #8AC7F5. Grayscale: #454545. Windows color (decimal): -9095158 or 669813. OLE color: 669813.

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

Color convert

RGB 117 56 10 -
CMYK 0 0.52 0.91 0.54
HSL 25.79º 0.84% 0.25% -
HSV(B) 25.79º 0.91% 0.46% -
XYZ 8.81 6.63 1.1 -
YUV 69 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 117 56 10 0 0.52 0.91 0.54 25.79 0.84 0.25
Hex 75 38 A 0 34 5B 36 1A 54 19
Octal 165 70 12 0 64 133 66 32 124 31
Binary 1110101 111000 1010 0 110100 1011011 110110 11010 1010100 11001

Color Harmonies of #75380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75380A

Black with #75380A

Text Example


Text Example

White with #75380A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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