Html Css Color HEX #82683B McKenzie

📋 copy color: '#82683B'

red 130 ◦ green 104 ◦ blue 59

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

Shades of McKenzie #82683B

Tints of McKenzie #82683B

RGB

 RED value IS 130 (51.17% from 255) = 44.37%

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 44.37%
G = 35.49%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82683B (or 0x82683B) is known color: McKenzie. HEX triplet: 82, 68 and 3B. RGB value is (130,104,59). Sum of RGB (Red+Green+Blue) = 130+104+59=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82683B is #7D97C4. Grayscale: #6A6A6A. Windows color (decimal): -8230853 or 3893378. OLE color: 3893378.

HSL color Cylindrical-coordinate representation of color #82683B: hue angle of 38.03º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82683B is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 59 -
CMYK 0 0.2 0.55 0.49
HSL 38.03º 0.38% 0.37% -
HSV(B) 38.03º 0.55% 0.51% -
XYZ 14.95 14.96 6.24 -
YUV 106.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 130 104 59 0 0.2 0.55 0.49 38.03 0.38 0.37
Hex 82 68 3B 0 14 37 31 26 26 25
Octal 202 150 73 0 24 67 61 46 46 45
Binary 10000010 1101000 111011 0 10100 110111 110001 100110 100110 100101

Color Harmonies of #82683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82683B

Black with #82683B

Text Example


Text Example

White with #82683B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,104,59); }

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

background-color css

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

 a { background-color: rgb(130,104,59); }

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

border-color css

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

 span { border-color: rgb(130,104,59); }

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