Html Css Color HEX #75381A Peru Tan

📋 copy color: '#75381A'

red 117 ◦ green 56 ◦ blue 26

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

Shades of Peru Tan #75381A

Tints of Peru Tan #75381A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 58.79%
G = 28.14%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75381A (or 0x75381A) is known color: Peru Tan. HEX triplet: 75, 38 and 1A. RGB value is (117,56,26). Sum of RGB (Red+Green+Blue) = 117+56+26=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75381A is #8AC7E5. Grayscale: #474747. Windows color (decimal): -9095142 or 1718389. OLE color: 1718389.

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

Color convert

RGB 117 56 26 -
CMYK 0 0.52 0.78 0.54
HSL 19.78º 0.64% 0.28% -
HSV(B) 19.78º 0.78% 0.46% -
XYZ 8.94 6.68 1.8 -
YUV 70.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 117 56 26 0 0.52 0.78 0.54 19.78 0.64 0.28
Hex 75 38 1A 0 34 4E 36 14 40 1C
Octal 165 70 32 0 64 116 66 24 100 34
Binary 1110101 111000 11010 0 110100 1001110 110110 10100 1000000 11100

Color Harmonies of #75381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75381A

Black with #75381A

Text Example


Text Example

White with #75381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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