Html Css Color HEX #75320B Peru Tan

📋 copy color: '#75320B'

red 117 ◦ green 50 ◦ blue 11

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

Shades of Peru Tan #75320B

Tints of Peru Tan #75320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 65.73%
G = 28.09%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75320B (or 0x75320B) is known color: Peru Tan. HEX triplet: 75, 32 and 0B. RGB value is (117,50,11). Sum of RGB (Red+Green+Blue) = 117+50+11=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75320B is #8ACDF4. Grayscale: #414141. Windows color (decimal): -9096693 or 733813. OLE color: 733813.

HSL color Cylindrical-coordinate representation of color #75320B: hue angle of 22.08º degrees, saturation: 0.83, 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 #75320B is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 11 -
CMYK 0 0.57 0.91 0.54
HSL 22.08º 0.83% 0.25% -
HSV(B) 22.08º 0.91% 0.46% -
XYZ 8.54 6.09 1.04 -
YUV 65.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 117 50 11 0 0.57 0.91 0.54 22.08 0.83 0.25
Hex 75 32 B 0 39 5B 36 16 53 19
Octal 165 62 13 0 71 133 66 26 123 31
Binary 1110101 110010 1011 0 111001 1011011 110110 10110 1010011 11001

Color Harmonies of #75320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75320B

Black with #75320B

Text Example


Text Example

White with #75320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75320B; }

 p { color: rgb(117,50,11); }

 H1.HeaderClassName
 {
   color: #75320B;
 }
 .AnyTagClassName
 {
   color: #75320B;
 }
</style>

background-color css

<style>
 a { background-color: #75320B; }

 a { background-color: rgb(117,50,11); }

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

border-color css

<style>
 span { border-color: #75320B; }

 span { border-color: rgb(117,50,11); }

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