Html Css Color HEX #83624B Dark Wood

📋 copy color: '#83624B'

red 131 ◦ green 98 ◦ blue 75

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

Shades of Dark Wood #83624B

Tints of Dark Wood #83624B

RGB

 RED value IS 131 (51.56% from 255) = 43.09%

 GREEN value IS 98 (38.67% from 255) = 32.24%

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 43.09%
G = 32.24%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83624B (or 0x83624B) is known color: Dark Wood. HEX triplet: 83, 62 and 4B. RGB value is (131,98,75). Sum of RGB (Red+Green+Blue) = 131+98+75=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83624B is #7C9DB4. Grayscale: #696969. Windows color (decimal): -8166837 or 4940419. OLE color: 4940419.

HSL color Cylindrical-coordinate representation of color #83624B: hue angle of 24.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83624B is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 75 -
CMYK 0 0.25 0.43 0.49
HSL 24.64º 0.27% 0.4% -
HSV(B) 24.64º 0.43% 0.51% -
XYZ 15 14.07 8.58 -
YUV 105.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 131 98 75 0 0.25 0.43 0.49 24.64 0.27 0.4
Hex 83 62 4B 0 19 2B 31 19 1B 28
Octal 203 142 113 0 31 53 61 31 33 50
Binary 10000011 1100010 1001011 0 11001 101011 110001 11001 11011 101000

Color Harmonies of #83624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83624B

Black with #83624B

Text Example


Text Example

White with #83624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83624B; }

 p { color: rgb(131,98,75); }

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

background-color css

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

 a { background-color: rgb(131,98,75); }

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

border-color css

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

 span { border-color: rgb(131,98,75); }

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