Html Css Color HEX #816B37 Yellow Metal

📋 copy color: '#816B37'

red 129 ◦ green 107 ◦ blue 55

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

Shades of Yellow Metal #816B37

Tints of Yellow Metal #816B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 44.33%
G = 36.77%
B = 18.9%

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

#816B37 (or 0x816B37) is known color: Yellow Metal. HEX triplet: 81, 6B and 37. RGB value is (129,107,55). Sum of RGB (Red+Green+Blue) = 129+107+55=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #816B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B37 is #7E94C8. Grayscale: #6B6B6B. Windows color (decimal): -8295625 or 3632001. OLE color: 3632001.

HSL color Cylindrical-coordinate representation of color #816B37: hue angle of 42.16º degrees, saturation: 0.4, 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 #816B37 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 55 -
CMYK 0 0.17 0.57 0.49
HSL 42.16º 0.4% 0.36% -
HSV(B) 42.16º 0.57% 0.51% -
XYZ 15 15.46 5.81 -
YUV 107.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 129 107 55 0 0.17 0.57 0.49 42.16 0.4 0.36
Hex 81 6B 37 0 11 39 31 2A 28 24
Octal 201 153 67 0 21 71 61 52 50 44
Binary 10000001 1101011 110111 0 10001 111001 110001 101010 101000 100100

Color Harmonies of #816B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B37

Black with #816B37

Text Example


Text Example

White with #816B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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