Html Css Color HEX #752F08 Peru Tan

📋 copy color: '#752F08'

red 117 ◦ green 47 ◦ blue 8

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

Shades of Peru Tan #752F08

Tints of Peru Tan #752F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 68.02%
G = 27.33%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752F08 (or 0x752F08) is known color: Peru Tan. HEX triplet: 75, 2F and 08. RGB value is (117,47,8). Sum of RGB (Red+Green+Blue) = 117+47+8=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F08 is #8AD0F7. Grayscale: #3F3F3F. Windows color (decimal): -9097464 or 536437. OLE color: 536437.

HSL color Cylindrical-coordinate representation of color #752F08: hue angle of 21.47º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #752F08 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 8 -
CMYK 0 0.60 0.93 0.54
HSL 21.47º 0.87% 0.25% -
HSV(B) 21.47º 0.93% 0.46% -
XYZ 8.4 5.83 0.91 -
YUV 63.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 117 47 8 0 0.60 0.93 0.54 21.47 0.87 0.25
Hex 75 2F 8 0 3C 5D 36 15 57 19
Octal 165 57 10 0 74 135 66 25 127 31
Binary 1110101 101111 1000 0 111100 1011101 110110 10101 1010111 11001

Color Harmonies of #752F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F08

Black with #752F08

Text Example


Text Example

White with #752F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752F08; }

 p { color: rgb(117,47,8); }

 H1.HeaderClassName
 {
   color: #752F08;
 }
 .AnyTagClassName
 {
   color: #752F08;
 }
</style>

background-color css

<style>
 a { background-color: #752F08; }

 a { background-color: rgb(117,47,8); }

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

border-color css

<style>
 span { border-color: #752F08; }

 span { border-color: rgb(117,47,8); }

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