Html Css Color HEX #72671F Olivetone

📋 copy color: '#72671F'

red 114 ◦ green 103 ◦ blue 31

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

Shades of Olivetone #72671F

Tints of Olivetone #72671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.53%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 45.97%
G = 41.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72671F (or 0x72671F) is known color: Olivetone. HEX triplet: 72, 67 and 1F. RGB value is (114,103,31). Sum of RGB (Red+Green+Blue) = 114+103+31=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #72671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72671F is #8D98E0. Grayscale: #626262. Windows color (decimal): -9279713 or 2058098. OLE color: 2058098.

HSL color Cylindrical-coordinate representation of color #72671F: hue angle of 52.05º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72671F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 31 -
CMYK 0 0.10 0.73 0.55
HSL 52.05º 0.57% 0.28% -
HSV(B) 52.05º 0.73% 0.45% -
XYZ 12.04 13.38 3.24 -
YUV 98.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 114 103 31 0 0.10 0.73 0.55 52.05 0.57 0.28
Hex 72 67 1F 0 A 49 37 34 39 1C
Octal 162 147 37 0 12 111 67 64 71 34
Binary 1110010 1100111 11111 0 1010 1001001 110111 110100 111001 11100

Color Harmonies of #72671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72671F

Black with #72671F

Text Example


Text Example

White with #72671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72671F; }

 p { color: rgb(114,103,31); }

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

background-color css

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

 a { background-color: rgb(114,103,31); }

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

border-color css

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

 span { border-color: rgb(114,103,31); }

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