Html Css Color HEX #82673A McKenzie

📋 copy color: '#82673A'

red 130 ◦ green 103 ◦ blue 58

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

Shades of McKenzie #82673A

Tints of McKenzie #82673A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 44.67%
G = 35.4%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82673A (or 0x82673A) is known color: McKenzie. HEX triplet: 82, 67 and 3A. RGB value is (130,103,58). Sum of RGB (Red+Green+Blue) = 130+103+58=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82673A is #7D98C5. Grayscale: #6A6A6A. Windows color (decimal): -8231110 or 3827586. OLE color: 3827586.

HSL color Cylindrical-coordinate representation of color #82673A: hue angle of 37.5º 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 #82673A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 58 -
CMYK 0 0.21 0.55 0.49
HSL 37.5º 0.38% 0.37% -
HSV(B) 37.5º 0.55% 0.51% -
XYZ 14.82 14.75 6.07 -
YUV 105.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 130 103 58 0 0.21 0.55 0.49 37.5 0.38 0.37
Hex 82 67 3A 0 15 37 31 26 26 25
Octal 202 147 72 0 25 67 61 46 46 45
Binary 10000010 1100111 111010 0 10101 110111 110001 100110 100110 100101

Color Harmonies of #82673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82673A

Black with #82673A

Text Example


Text Example

White with #82673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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