Html Css Color HEX #752D08 Peru Tan

📋 copy color: '#752D08'

red 117 ◦ green 45 ◦ blue 8

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

Shades of Peru Tan #752D08

Tints of Peru Tan #752D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.47%

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

R = 68.82%
G = 26.47%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752D08 (or 0x752D08) is known color: Peru Tan. HEX triplet: 75, 2D and 08. RGB value is (117,45,8). Sum of RGB (Red+Green+Blue) = 117+45+8=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D08 is #8AD2F7. Grayscale: #3E3E3E. Windows color (decimal): -9097976 or 535925. OLE color: 535925.

HSL color Cylindrical-coordinate representation of color #752D08: hue angle of 20.37º 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 #752D08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 45 8 -
CMYK 0 0.62 0.93 0.54
HSL 20.37º 0.87% 0.25% -
HSV(B) 20.37º 0.93% 0.46% -
XYZ 8.32 5.68 0.89 -
YUV 62.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 117 45 8 0 0.62 0.93 0.54 20.37 0.87 0.25
Hex 75 2D 8 0 3E 5D 36 14 57 19
Octal 165 55 10 0 76 135 66 24 127 31
Binary 1110101 101101 1000 0 111110 1011101 110110 10100 1010111 11001

Color Harmonies of #752D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752D08

Black with #752D08

Text Example


Text Example

White with #752D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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