Html Css Color HEX #84502F Korma

📋 copy color: '#84502F'

red 132 ◦ green 80 ◦ blue 47

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

Shades of Korma #84502F

Tints of Korma #84502F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 50.97%
G = 30.89%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84502F (or 0x84502F) is known color: Korma. HEX triplet: 84, 50 and 2F. RGB value is (132,80,47). Sum of RGB (Red+Green+Blue) = 132+80+47=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84502F is #7BAFD0. Grayscale: #5B5B5B. Windows color (decimal): -8105937 or 3100804. OLE color: 3100804.

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

Color convert

RGB 132 80 47 -
CMYK 0 0.39 0.64 0.48
HSL 23.29º 0.47% 0.35% -
HSV(B) 23.29º 0.64% 0.52% -
XYZ 12.9 10.85 4.1 -
YUV 91.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 132 80 47 0 0.39 0.64 0.48 23.29 0.47 0.35
Hex 84 50 2F 0 27 40 30 17 2F 23
Octal 204 120 57 0 47 100 60 27 57 43
Binary 10000100 1010000 101111 0 100111 1000000 110000 10111 101111 100011

Color Harmonies of #84502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84502F

Black with #84502F

Text Example


Text Example

White with #84502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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