Html Css Color HEX #75300A Peru Tan

📋 copy color: '#75300A'

red 117 ◦ green 48 ◦ blue 10

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

Shades of Peru Tan #75300A

Tints of Peru Tan #75300A

RGB

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

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

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

R = 66.86%
G = 27.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75300A (or 0x75300A) is known color: Peru Tan. HEX triplet: 75, 30 and 0A. RGB value is (117,48,10). Sum of RGB (Red+Green+Blue) = 117+48+10=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #75300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75300A is #8ACFF5. Grayscale: #404040. Windows color (decimal): -9097206 or 667765. OLE color: 667765.

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

Color convert

RGB 117 48 10 -
CMYK 0 0.59 0.91 0.54
HSL 21.31º 0.84% 0.25% -
HSV(B) 21.31º 0.91% 0.46% -
XYZ 8.45 5.92 0.98 -
YUV 64.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 117 48 10 0 0.59 0.91 0.54 21.31 0.84 0.25
Hex 75 30 A 0 3B 5B 36 15 54 19
Octal 165 60 12 0 73 133 66 25 124 31
Binary 1110101 110000 1010 0 111011 1011011 110110 10101 1010100 11001

Color Harmonies of #75300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75300A

Black with #75300A

Text Example


Text Example

White with #75300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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