Html Css Color HEX #82673D McKenzie

📋 copy color: '#82673D'

red 130 ◦ green 103 ◦ blue 61

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

Shades of McKenzie #82673D

Tints of McKenzie #82673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 44.22%
G = 35.03%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#82673D (or 0x82673D) is known color: McKenzie. HEX triplet: 82, 67 and 3D. RGB value is (130,103,61). Sum of RGB (Red+Green+Blue) = 130+103+61=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82673D is #7D98C2. Grayscale: #6A6A6A. Windows color (decimal): -8231107 or 4024194. OLE color: 4024194.

HSL color Cylindrical-coordinate representation of color #82673D: hue angle of 36.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82673D is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 61 -
CMYK 0 0.21 0.53 0.49
HSL 36.52º 0.36% 0.37% -
HSV(B) 36.52º 0.53% 0.51% -
XYZ 14.9 14.78 6.48 -
YUV 106.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 130 103 61 0 0.21 0.53 0.49 36.52 0.36 0.37
Hex 82 67 3D 0 15 35 31 25 24 25
Octal 202 147 75 0 25 65 61 45 44 45
Binary 10000010 1100111 111101 0 10101 110101 110001 100101 100100 100101

Color Harmonies of #82673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82673D

Black with #82673D

Text Example


Text Example

White with #82673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82673D; }

 p { color: rgb(130,103,61); }

 H1.HeaderClassName
 {
   color: #82673D;
 }
 .AnyTagClassName
 {
   color: #82673D;
 }
</style>

background-color css

<style>
 a { background-color: #82673D; }

 a { background-color: rgb(130,103,61); }

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

border-color css

<style>
 span { border-color: #82673D; }

 span { border-color: rgb(130,103,61); }

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