Html Css Color HEX #723B0E Peru Tan

📋 copy color: '#723B0E'

red 114 ◦ green 59 ◦ blue 14

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

Shades of Peru Tan #723B0E

Tints of Peru Tan #723B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 60.96%
G = 31.55%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#723B0E (or 0x723B0E) is known color: Peru Tan. HEX triplet: 72, 3B and 0E. RGB value is (114,59,14). Sum of RGB (Red+Green+Blue) = 114+59+14=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723B0E is #8DC4F1. Grayscale: #464646. Windows color (decimal): -9290994 or 932722. OLE color: 932722.

HSL color Cylindrical-coordinate representation of color #723B0E: hue angle of 27º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #723B0E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 59 14 -
CMYK 0 0.48 0.88 0.55
HSL 27º 0.78% 0.25% -
HSV(B) 27º 0.88% 0.45% -
XYZ 8.58 6.74 1.26 -
YUV 70.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 114 59 14 0 0.48 0.88 0.55 27 0.78 0.25
Hex 72 3B E 0 30 58 37 1B 4E 19
Octal 162 73 16 0 60 130 67 33 116 31
Binary 1110010 111011 1110 0 110000 1011000 110111 11011 1001110 11001

Color Harmonies of #723B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723B0E

Black with #723B0E

Text Example


Text Example

White with #723B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,59,14); }

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

background-color css

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

 a { background-color: rgb(114,59,14); }

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

border-color css

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

 span { border-color: rgb(114,59,14); }

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