Html Css Color HEX #753306 Peru Tan

📋 copy color: '#753306'

red 117 ◦ green 51 ◦ blue 6

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

Shades of Peru Tan #753306

Tints of Peru Tan #753306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 6 (2.73% from 255) = 3.45%

R = 67.24%
G = 29.31%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#753306 (or 0x753306) is known color: Peru Tan. HEX triplet: 75, 33 and 06. RGB value is (117,51,6). Sum of RGB (Red+Green+Blue) = 117+51+6=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #753306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753306 is #8ACCF9. Grayscale: #414141. Windows color (decimal): -9096442 or 406389. OLE color: 406389.

HSL color Cylindrical-coordinate representation of color #753306: hue angle of 24.32º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #753306 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 6 -
CMYK 0 0.56 0.95 0.54
HSL 24.32º 0.9% 0.24% -
HSV(B) 24.32º 0.95% 0.46% -
XYZ 8.55 6.16 0.91 -
YUV 65.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 117 51 6 0 0.56 0.95 0.54 24.32 0.9 0.24
Hex 75 33 6 0 38 5F 36 18 5A 18
Octal 165 63 6 0 70 137 66 30 132 30
Binary 1110101 110011 110 0 111000 1011111 110110 11000 1011010 11000

Color Harmonies of #753306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753306

Black with #753306

Text Example


Text Example

White with #753306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753306; }

 p { color: rgb(117,51,6); }

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

background-color css

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

 a { background-color: rgb(117,51,6); }

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

border-color css

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

 span { border-color: rgb(117,51,6); }

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