Html Css Color HEX #752B09 Peru Tan

📋 copy color: '#752B09'

red 117 ◦ green 43 ◦ blue 9

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

Shades of Peru Tan #752B09

Tints of Peru Tan #752B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 9 (3.91% from 255) = 5.33%

R = 69.23%
G = 25.44%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#752B09 (or 0x752B09) is known color: Peru Tan. HEX triplet: 75, 2B and 09. RGB value is (117,43,9). Sum of RGB (Red+Green+Blue) = 117+43+9=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B09 is #8AD4F6. Grayscale: #3D3D3D. Windows color (decimal): -9098487 or 600949. OLE color: 600949.

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

Color convert

RGB 117 43 9 -
CMYK 0 0.63 0.92 0.54
HSL 18.89º 0.86% 0.25% -
HSV(B) 18.89º 0.92% 0.46% -
XYZ 8.25 5.53 0.89 -
YUV 61.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 117 43 9 0 0.63 0.92 0.54 18.89 0.86 0.25
Hex 75 2B 9 0 3F 5C 36 13 56 19
Octal 165 53 11 0 77 134 66 23 126 31
Binary 1110101 101011 1001 0 111111 1011100 110110 10011 1010110 11001

Color Harmonies of #752B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B09

Black with #752B09

Text Example


Text Example

White with #752B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,43,9); }

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

background-color css

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

 a { background-color: rgb(117,43,9); }

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

border-color css

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

 span { border-color: rgb(117,43,9); }

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