Html Css Color HEX #816B38 Yellow Metal

📋 copy color: '#816B38'

red 129 ◦ green 107 ◦ blue 56

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

Shades of Yellow Metal #816B38

Tints of Yellow Metal #816B38

RGB

 RED value IS 129 (50.78% from 255) = 44.18%

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

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

R = 44.18%
G = 36.64%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#816B38 (or 0x816B38) is known color: Yellow Metal. HEX triplet: 81, 6B and 38. RGB value is (129,107,56). Sum of RGB (Red+Green+Blue) = 129+107+56=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #816B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B38 is #7E94C7. Grayscale: #6B6B6B. Windows color (decimal): -8295624 or 3697537. OLE color: 3697537.

HSL color Cylindrical-coordinate representation of color #816B38: hue angle of 41.92º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816B38 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 56 -
CMYK 0 0.17 0.57 0.49
HSL 41.92º 0.39% 0.36% -
HSV(B) 41.92º 0.57% 0.51% -
XYZ 15.02 15.47 5.94 -
YUV 107.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 129 107 56 0 0.17 0.57 0.49 41.92 0.39 0.36
Hex 81 6B 38 0 11 39 31 2A 27 24
Octal 201 153 70 0 21 71 61 52 47 44
Binary 10000001 1101011 111000 0 10001 111001 110001 101010 100111 100100

Color Harmonies of #816B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B38

Black with #816B38

Text Example


Text Example

White with #816B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B38; }

 p { color: rgb(129,107,56); }

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

background-color css

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

 a { background-color: rgb(129,107,56); }

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

border-color css

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

 span { border-color: rgb(129,107,56); }

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