Html Css Color HEX #736038 Yellow Metal

📋 copy color: '#736038'

red 115 ◦ green 96 ◦ blue 56

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

Shades of Yellow Metal #736038

Tints of Yellow Metal #736038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 43.07%
G = 35.96%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#736038 (or 0x736038) is known color: Yellow Metal. HEX triplet: 73, 60 and 38. RGB value is (115,96,56). Sum of RGB (Red+Green+Blue) = 115+96+56=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #736038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736038 is #8C9FC7. Grayscale: #616161. Windows color (decimal): -9215944 or 3694707. OLE color: 3694707.

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

Color convert

RGB 115 96 56 -
CMYK 0 0.17 0.51 0.55
HSL 40.68º 0.35% 0.34% -
HSV(B) 40.68º 0.51% 0.45% -
XYZ 11.97 12.3 5.48 -
YUV 97.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 115 96 56 0 0.17 0.51 0.55 40.68 0.35 0.34
Hex 73 60 38 0 11 33 37 29 23 22
Octal 163 140 70 0 21 63 67 51 43 42
Binary 1110011 1100000 111000 0 10001 110011 110111 101001 100011 100010

Color Harmonies of #736038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736038

Black with #736038

Text Example


Text Example

White with #736038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736038; }

 p { color: rgb(115,96,56); }

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

background-color css

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

 a { background-color: rgb(115,96,56); }

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

border-color css

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

 span { border-color: rgb(115,96,56); }

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