Html Css Color HEX #762D12 Peru Tan

📋 copy color: '#762D12'

red 118 ◦ green 45 ◦ blue 18

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

Shades of Peru Tan #762D12

Tints of Peru Tan #762D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 65.19%
G = 24.86%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#762D12 (or 0x762D12) is known color: Peru Tan. HEX triplet: 76, 2D and 12. RGB value is (118,45,18). Sum of RGB (Red+Green+Blue) = 118+45+18=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D12 is #89D2ED. Grayscale: #3F3F3F. Windows color (decimal): -9032430 or 1191286. OLE color: 1191286.

HSL color Cylindrical-coordinate representation of color #762D12: hue angle of 16.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #762D12 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 18 -
CMYK 0 0.62 0.85 0.54
HSL 16.2º 0.74% 0.27% -
HSV(B) 16.2º 0.85% 0.46% -
XYZ 8.52 5.77 1.24 -
YUV 63.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 118 45 18 0 0.62 0.85 0.54 16.2 0.74 0.27
Hex 76 2D 12 0 3E 55 36 10 4A 1B
Octal 166 55 22 0 76 125 66 20 112 33
Binary 1110110 101101 10010 0 111110 1010101 110110 10000 1001010 11011

Color Harmonies of #762D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D12

Black with #762D12

Text Example


Text Example

White with #762D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D12; }

 p { color: rgb(118,45,18); }

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

background-color css

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

 a { background-color: rgb(118,45,18); }

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

border-color css

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

 span { border-color: rgb(118,45,18); }

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