Html Css Color HEX #84502A Korma

📋 copy color: '#84502A'

red 132 ◦ green 80 ◦ blue 42

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

Shades of Korma #84502A

Tints of Korma #84502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 51.97%
G = 31.5%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84502A (or 0x84502A) is known color: Korma. HEX triplet: 84, 50 and 2A. RGB value is (132,80,42). Sum of RGB (Red+Green+Blue) = 132+80+42=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #84502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84502A is #7BAFD5. Grayscale: #5B5B5B. Windows color (decimal): -8105942 or 2773124. OLE color: 2773124.

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

Color convert

RGB 132 80 42 -
CMYK 0 0.39 0.68 0.48
HSL 25.33º 0.52% 0.34% -
HSV(B) 25.33º 0.68% 0.52% -
XYZ 12.8 10.81 3.6 -
YUV 91.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 132 80 42 0 0.39 0.68 0.48 25.33 0.52 0.34
Hex 84 50 2A 0 27 44 30 19 34 22
Octal 204 120 52 0 47 104 60 31 64 42
Binary 10000100 1010000 101010 0 100111 1000100 110000 11001 110100 100010

Color Harmonies of #84502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84502A

Black with #84502A

Text Example


Text Example

White with #84502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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