Html Css Color HEX #80633F Dark Wood

📋 copy color: '#80633F'

red 128 ◦ green 99 ◦ blue 63

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

Shades of Dark Wood #80633F

Tints of Dark Wood #80633F

RGB

 RED value IS 128 (50.39% from 255) = 44.14%

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 44.14%
G = 34.14%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80633F (or 0x80633F) is known color: Dark Wood. HEX triplet: 80, 63 and 3F. RGB value is (128,99,63). Sum of RGB (Red+Green+Blue) = 128+99+63=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80633F is #7F9CC0. Grayscale: #676767. Windows color (decimal): -8363201 or 4154240. OLE color: 4154240.

HSL color Cylindrical-coordinate representation of color #80633F: hue angle of 33.23º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80633F is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 63 -
CMYK 0 0.23 0.51 0.50
HSL 33.23º 0.34% 0.37% -
HSV(B) 33.23º 0.51% 0.5% -
XYZ 14.26 13.87 6.63 -
YUV 103.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 128 99 63 0 0.23 0.51 0.50 33.23 0.34 0.37
Hex 80 63 3F 0 17 33 32 21 22 25
Octal 200 143 77 0 27 63 62 41 42 45
Binary 10000000 1100011 111111 0 10111 110011 110010 100001 100010 100101

Color Harmonies of #80633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80633F

Black with #80633F

Text Example


Text Example

White with #80633F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,99,63); }

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

background-color css

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

 a { background-color: rgb(128,99,63); }

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

border-color css

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

 span { border-color: rgb(128,99,63); }

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