Html Css Color HEX #734223 Peru Tan

📋 copy color: '#734223'

red 115 ◦ green 66 ◦ blue 35

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

Shades of Peru Tan #734223

Tints of Peru Tan #734223

RGB

 RED value IS 115 (45.31% from 255) = 53.24%

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 53.24%
G = 30.56%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#734223 (or 0x734223) is known color: Peru Tan. HEX triplet: 73, 42 and 23. RGB value is (115,66,35). Sum of RGB (Red+Green+Blue) = 115+66+35=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #734223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734223 is #8CBDDC. Grayscale: #4D4D4D. Windows color (decimal): -9223645 or 2310771. OLE color: 2310771.

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

Color convert

RGB 115 66 35 -
CMYK 0 0.43 0.70 0.55
HSL 23.25º 0.53% 0.29% -
HSV(B) 23.25º 0.7% 0.45% -
XYZ 9.32 7.66 2.58 -
YUV 77.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 115 66 35 0 0.43 0.70 0.55 23.25 0.53 0.29
Hex 73 42 23 0 2B 46 37 17 35 1D
Octal 163 102 43 0 53 106 67 27 65 35
Binary 1110011 1000010 100011 0 101011 1000110 110111 10111 110101 11101

Color Harmonies of #734223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734223

Black with #734223

Text Example


Text Example

White with #734223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734223; }

 p { color: rgb(115,66,35); }

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

background-color css

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

 a { background-color: rgb(115,66,35); }

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

border-color css

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

 span { border-color: rgb(115,66,35); }

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