Html Css Color HEX #84512F Korma

📋 copy color: '#84512F'

red 132 ◦ green 81 ◦ blue 47

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

Shades of Korma #84512F

Tints of Korma #84512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.15%

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

R = 50.77%
G = 31.15%
B = 18.08%

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

#84512F (or 0x84512F) is known color: Korma. HEX triplet: 84, 51 and 2F. RGB value is (132,81,47). Sum of RGB (Red+Green+Blue) = 132+81+47=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512F is #7BAED0. Grayscale: #5C5C5C. Windows color (decimal): -8105681 or 3101060. OLE color: 3101060.

HSL color Cylindrical-coordinate representation of color #84512F: hue angle of 24º 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 #84512F is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 81 47 -
CMYK 0 0.39 0.64 0.48
HSL 24º 0.47% 0.35% -
HSV(B) 24º 0.64% 0.52% -
XYZ 12.97 11 4.13 -
YUV 92.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 132 81 47 0 0.39 0.64 0.48 24 0.47 0.35
Hex 84 51 2F 0 27 40 30 18 2F 23
Octal 204 121 57 0 47 100 60 30 57 43
Binary 10000100 1010001 101111 0 100111 1000000 110000 11000 101111 100011

Color Harmonies of #84512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84512F

Black with #84512F

Text Example


Text Example

White with #84512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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