Html Css Color HEX #73671F Olivetone

📋 copy color: '#73671F'

red 115 ◦ green 103 ◦ blue 31

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

Shades of Olivetone #73671F

Tints of Olivetone #73671F

RGB

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

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

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

R = 46.18%
G = 41.37%
B = 12.45%

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

#73671F (or 0x73671F) is known color: Olivetone. HEX triplet: 73, 67 and 1F. RGB value is (115,103,31). Sum of RGB (Red+Green+Blue) = 115+103+31=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73671F is #8C98E0. Grayscale: #626262. Windows color (decimal): -9214177 or 2058099. OLE color: 2058099.

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

Color convert

RGB 115 103 31 -
CMYK 0 0.10 0.73 0.55
HSL 51.43º 0.58% 0.29% -
HSV(B) 51.43º 0.73% 0.45% -
XYZ 12.17 13.44 3.25 -
YUV 98.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 115 103 31 0 0.10 0.73 0.55 51.43 0.58 0.29
Hex 73 67 1F 0 A 49 37 33 3A 1D
Octal 163 147 37 0 12 111 67 63 72 35
Binary 1110011 1100111 11111 0 1010 1001001 110111 110011 111010 11101

Color Harmonies of #73671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73671F

Black with #73671F

Text Example


Text Example

White with #73671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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