Html Css Color HEX #723A12 Peru Tan

📋 copy color: '#723A12'

red 114 ◦ green 58 ◦ blue 18

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

Shades of Peru Tan #723A12

Tints of Peru Tan #723A12

RGB

 RED value IS 114 (44.92% from 255) = 60%

 GREEN value IS 58 (23.05% from 255) = 30.53%

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

R = 60%
G = 30.53%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#723A12 (or 0x723A12) is known color: Peru Tan. HEX triplet: 72, 3A and 12. RGB value is (114,58,18). Sum of RGB (Red+Green+Blue) = 114+58+18=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A12 is #8DC5ED. Grayscale: #464646. Windows color (decimal): -9291246 or 1194610. OLE color: 1194610.

HSL color Cylindrical-coordinate representation of color #723A12: hue angle of 25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #723A12 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 18 -
CMYK 0 0.49 0.84 0.55
HSL 25º 0.73% 0.26% -
HSV(B) 25º 0.84% 0.45% -
XYZ 8.56 6.65 1.4 -
YUV 70.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 114 58 18 0 0.49 0.84 0.55 25 0.73 0.26
Hex 72 3A 12 0 31 54 37 19 49 1A
Octal 162 72 22 0 61 124 67 31 111 32
Binary 1110010 111010 10010 0 110001 1010100 110111 11001 1001001 11010

Color Harmonies of #723A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A12

Black with #723A12

Text Example


Text Example

White with #723A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723A12; }

 p { color: rgb(114,58,18); }

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

background-color css

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

 a { background-color: rgb(114,58,18); }

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

border-color css

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

 span { border-color: rgb(114,58,18); }

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