Html Css Color HEX #736B1F Olivetone

📋 copy color: '#736B1F'

red 115 ◦ green 107 ◦ blue 31

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

Shades of Olivetone #736B1F

Tints of Olivetone #736B1F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.29%

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

R = 45.45%
G = 42.29%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#736B1F (or 0x736B1F) is known color: Olivetone. HEX triplet: 73, 6B and 1F. RGB value is (115,107,31). Sum of RGB (Red+Green+Blue) = 115+107+31=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B1F is #8C94E0. Grayscale: #656565. Windows color (decimal): -9213153 or 2059123. OLE color: 2059123.

HSL color Cylindrical-coordinate representation of color #736B1F: hue angle of 54.29º 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 #736B1F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 107 31 -
CMYK 0 0.07 0.73 0.55
HSL 54.29º 0.58% 0.29% -
HSV(B) 54.29º 0.73% 0.45% -
XYZ 12.58 14.26 3.39 -
YUV 100.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 115 107 31 0 0.07 0.73 0.55 54.29 0.58 0.29
Hex 73 6B 1F 0 7 49 37 36 3A 1D
Octal 163 153 37 0 7 111 67 66 72 35
Binary 1110011 1101011 11111 0 111 1001001 110111 110110 111010 11101

Color Harmonies of #736B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B1F

Black with #736B1F

Text Example


Text Example

White with #736B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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