Html Css Color HEX #75280B Peru Tan

📋 copy color: '#75280B'

red 117 ◦ green 40 ◦ blue 11

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

Shades of Peru Tan #75280B

Tints of Peru Tan #75280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

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

R = 69.64%
G = 23.81%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75280B (or 0x75280B) is known color: Peru Tan. HEX triplet: 75, 28 and 0B. RGB value is (117,40,11). Sum of RGB (Red+Green+Blue) = 117+40+11=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75280B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75280B is #8AD7F4. Grayscale: #3B3B3B. Windows color (decimal): -9099253 or 731253. OLE color: 731253.

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

Color convert

RGB 117 40 11 -
CMYK 0 0.66 0.91 0.54
HSL 16.42º 0.83% 0.25% -
HSV(B) 16.42º 0.91% 0.46% -
XYZ 8.16 5.32 0.91 -
YUV 59.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 117 40 11 0 0.66 0.91 0.54 16.42 0.83 0.25
Hex 75 28 B 0 42 5B 36 10 53 19
Octal 165 50 13 0 102 133 66 20 123 31
Binary 1110101 101000 1011 0 1000010 1011011 110110 10000 1010011 11001

Color Harmonies of #75280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75280B

Black with #75280B

Text Example


Text Example

White with #75280B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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