Html Css Color HEX #752C03 Peru Tan

📋 copy color: '#752C03'

red 117 ◦ green 44 ◦ blue 3

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

Shades of Peru Tan #752C03

Tints of Peru Tan #752C03

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.83%

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 71.34%
G = 26.83%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752C03 (or 0x752C03) is known color: Peru Tan. HEX triplet: 75, 2C and 03. RGB value is (117,44,3). Sum of RGB (Red+Green+Blue) = 117+44+3=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C03 is #8AD3FC. Grayscale: #3D3D3D. Windows color (decimal): -9098237 or 207989. OLE color: 207989.

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

Color convert

RGB 117 44 3 -
CMYK 0 0.62 0.97 0.54
HSL 21.58º 0.95% 0.24% -
HSV(B) 21.58º 0.97% 0.46% -
XYZ 8.25 5.59 0.73 -
YUV 61.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 117 44 3 0 0.62 0.97 0.54 21.58 0.95 0.24
Hex 75 2C 3 0 3E 61 36 16 5F 18
Octal 165 54 3 0 76 141 66 26 137 30
Binary 1110101 101100 11 0 111110 1100001 110110 10110 1011111 11000

Color Harmonies of #752C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C03

Black with #752C03

Text Example


Text Example

White with #752C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,3); }

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

background-color css

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

 a { background-color: rgb(117,44,3); }

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

border-color css

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

 span { border-color: rgb(117,44,3); }

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