Html Css Color HEX #726825 Olivetone

📋 copy color: '#726825'

red 114 ◦ green 104 ◦ blue 37

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

Shades of Olivetone #726825

Tints of Olivetone #726825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 44.71%
G = 40.78%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#726825 (or 0x726825) is known color: Olivetone. HEX triplet: 72, 68 and 25. RGB value is (114,104,37). Sum of RGB (Red+Green+Blue) = 114+104+37=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #726825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726825 is #8D97DA. Grayscale: #636363. Windows color (decimal): -9279451 or 2451570. OLE color: 2451570.

HSL color Cylindrical-coordinate representation of color #726825: hue angle of 52.21º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #726825 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 37 -
CMYK 0 0.09 0.68 0.55
HSL 52.21º 0.51% 0.3% -
HSV(B) 52.21º 0.68% 0.45% -
XYZ 12.22 13.61 3.73 -
YUV 99.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 114 104 37 0 0.09 0.68 0.55 52.21 0.51 0.3
Hex 72 68 25 0 9 44 37 34 33 1E
Octal 162 150 45 0 11 104 67 64 63 36
Binary 1110010 1101000 100101 0 1001 1000100 110111 110100 110011 11110

Color Harmonies of #726825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726825

Black with #726825

Text Example


Text Example

White with #726825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726825; }

 p { color: rgb(114,104,37); }

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

background-color css

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

 a { background-color: rgb(114,104,37); }

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

border-color css

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

 span { border-color: rgb(114,104,37); }

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