Html Css Color HEX #84502C Korma

📋 copy color: '#84502C'

red 132 ◦ green 80 ◦ blue 44

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

Shades of Korma #84502C

Tints of Korma #84502C

RGB

 RED value IS 132 (51.95% from 255) = 51.56%

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 51.56%
G = 31.25%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84502C (or 0x84502C) is known color: Korma. HEX triplet: 84, 50 and 2C. RGB value is (132,80,44). Sum of RGB (Red+Green+Blue) = 132+80+44=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84502C is #7BAFD3. Grayscale: #5B5B5B. Windows color (decimal): -8105940 or 2904196. OLE color: 2904196.

HSL color Cylindrical-coordinate representation of color #84502C: hue angle of 24.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84502C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 44 -
CMYK 0 0.39 0.67 0.48
HSL 24.55º 0.5% 0.35% -
HSV(B) 24.55º 0.67% 0.52% -
XYZ 12.84 10.82 3.8 -
YUV 91.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 132 80 44 0 0.39 0.67 0.48 24.55 0.5 0.35
Hex 84 50 2C 0 27 43 30 19 32 23
Octal 204 120 54 0 47 103 60 31 62 43
Binary 10000100 1010000 101100 0 100111 1000011 110000 11001 110010 100011

Color Harmonies of #84502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84502C

Black with #84502C

Text Example


Text Example

White with #84502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84502C; }

 p { color: rgb(132,80,44); }

 H1.HeaderClassName
 {
   color: #84502C;
 }
 .AnyTagClassName
 {
   color: #84502C;
 }
</style>

background-color css

<style>
 a { background-color: #84502C; }

 a { background-color: rgb(132,80,44); }

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

border-color css

<style>
 span { border-color: #84502C; }

 span { border-color: rgb(132,80,44); }

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