Html Css Color HEX #75300C Peru Tan

📋 copy color: '#75300C'

red 117 ◦ green 48 ◦ blue 12

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

Shades of Peru Tan #75300C

Tints of Peru Tan #75300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

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

R = 66.1%
G = 27.12%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75300C (or 0x75300C) is known color: Peru Tan. HEX triplet: 75, 30 and 0C. RGB value is (117,48,12). Sum of RGB (Red+Green+Blue) = 117+48+12=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75300C is #8ACFF3. Grayscale: #404040. Windows color (decimal): -9097204 or 798837. OLE color: 798837.

HSL color Cylindrical-coordinate representation of color #75300C: hue angle of 20.57º 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 #75300C is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 48 12 -
CMYK 0 0.59 0.90 0.54
HSL 20.57º 0.81% 0.25% -
HSV(B) 20.57º 0.9% 0.46% -
XYZ 8.46 5.92 1.05 -
YUV 64.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 117 48 12 0 0.59 0.90 0.54 20.57 0.81 0.25
Hex 75 30 C 0 3B 5A 36 15 51 19
Octal 165 60 14 0 73 132 66 25 121 31
Binary 1110101 110000 1100 0 111011 1011010 110110 10101 1010001 11001

Color Harmonies of #75300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75300C

Black with #75300C

Text Example


Text Example

White with #75300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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