Html Css Color HEX #76330F Peru Tan

📋 copy color: '#76330F'

red 118 ◦ green 51 ◦ blue 15

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

Shades of Peru Tan #76330F

Tints of Peru Tan #76330F

RGB

 RED value IS 118 (46.48% from 255) = 64.13%

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 64.13%
G = 27.72%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76330F (or 0x76330F) is known color: Peru Tan. HEX triplet: 76, 33 and 0F. RGB value is (118,51,15). Sum of RGB (Red+Green+Blue) = 118+51+15=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76330F is #89CCF0. Grayscale: #434343. Windows color (decimal): -9030897 or 996214. OLE color: 996214.

HSL color Cylindrical-coordinate representation of color #76330F: hue angle of 20.97º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76330F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 15 -
CMYK 0 0.57 0.87 0.54
HSL 20.97º 0.77% 0.26% -
HSV(B) 20.97º 0.87% 0.46% -
XYZ 8.74 6.25 1.2 -
YUV 66.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 118 51 15 0 0.57 0.87 0.54 20.97 0.77 0.26
Hex 76 33 F 0 39 57 36 15 4D 1A
Octal 166 63 17 0 71 127 66 25 115 32
Binary 1110110 110011 1111 0 111001 1010111 110110 10101 1001101 11010

Color Harmonies of #76330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76330F

Black with #76330F

Text Example


Text Example

White with #76330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76330F; }

 p { color: rgb(118,51,15); }

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

background-color css

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

 a { background-color: rgb(118,51,15); }

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

border-color css

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

 span { border-color: rgb(118,51,15); }

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