Html Css Color HEX #835F34 McKenzie

📋 copy color: '#835F34'

red 131 ◦ green 95 ◦ blue 52

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

Shades of McKenzie #835F34

Tints of McKenzie #835F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 47.12%
G = 34.17%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#835F34 (or 0x835F34) is known color: McKenzie. HEX triplet: 83, 5F and 34. RGB value is (131,95,52). Sum of RGB (Red+Green+Blue) = 131+95+52=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #835F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F34 is #7CA0CB. Grayscale: #656565. Windows color (decimal): -8167628 or 3432323. OLE color: 3432323.

HSL color Cylindrical-coordinate representation of color #835F34: hue angle of 32.66º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #835F34 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 95 52 -
CMYK 0 0.27 0.60 0.49
HSL 32.66º 0.43% 0.36% -
HSV(B) 32.66º 0.6% 0.51% -
XYZ 14.07 13.26 5.07 -
YUV 100.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 131 95 52 0 0.27 0.60 0.49 32.66 0.43 0.36
Hex 83 5F 34 0 1B 3C 31 21 2B 24
Octal 203 137 64 0 33 74 61 41 53 44
Binary 10000011 1011111 110100 0 11011 111100 110001 100001 101011 100100

Color Harmonies of #835F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F34

Black with #835F34

Text Example


Text Example

White with #835F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F34; }

 p { color: rgb(131,95,52); }

 H1.HeaderClassName
 {
   color: #835F34;
 }
 .AnyTagClassName
 {
   color: #835F34;
 }
</style>

background-color css

<style>
 a { background-color: #835F34; }

 a { background-color: rgb(131,95,52); }

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

border-color css

<style>
 span { border-color: #835F34; }

 span { border-color: rgb(131,95,52); }

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