Html Css Color HEX #724023 Peru Tan

📋 copy color: '#724023'

red 114 ◦ green 64 ◦ blue 35

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

Shades of Peru Tan #724023

Tints of Peru Tan #724023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 53.52%
G = 30.05%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#724023 (or 0x724023) is known color: Peru Tan. HEX triplet: 72, 40 and 23. RGB value is (114,64,35). Sum of RGB (Red+Green+Blue) = 114+64+35=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #724023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724023 is #8DBFDC. Grayscale: #4B4B4B. Windows color (decimal): -9289693 or 2310258. OLE color: 2310258.

HSL color Cylindrical-coordinate representation of color #724023: hue angle of 22.03º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #724023 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 35 -
CMYK 0 0.44 0.69 0.55
HSL 22.03º 0.53% 0.29% -
HSV(B) 22.03º 0.69% 0.45% -
XYZ 9.08 7.37 2.53 -
YUV 75.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 114 64 35 0 0.44 0.69 0.55 22.03 0.53 0.29
Hex 72 40 23 0 2C 45 37 16 35 1D
Octal 162 100 43 0 54 105 67 26 65 35
Binary 1110010 1000000 100011 0 101100 1000101 110111 10110 110101 11101

Color Harmonies of #724023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724023

Black with #724023

Text Example


Text Example

White with #724023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724023; }

 p { color: rgb(114,64,35); }

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

background-color css

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

 a { background-color: rgb(114,64,35); }

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

border-color css

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

 span { border-color: rgb(114,64,35); }

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