Html Css Color HEX #84512B Korma

📋 copy color: '#84512B'

red 132 ◦ green 81 ◦ blue 43

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

Shades of Korma #84512B

Tints of Korma #84512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 51.56%
G = 31.64%
B = 16.8%

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

#84512B (or 0x84512B) is known color: Korma. HEX triplet: 84, 51 and 2B. RGB value is (132,81,43). Sum of RGB (Red+Green+Blue) = 132+81+43=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512B is #7BAED4. Grayscale: #5C5C5C. Windows color (decimal): -8105685 or 2838916. OLE color: 2838916.

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

Color convert

RGB 132 81 43 -
CMYK 0 0.39 0.67 0.48
HSL 25.62º 0.51% 0.34% -
HSV(B) 25.62º 0.67% 0.52% -
XYZ 12.89 10.96 3.72 -
YUV 91.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 132 81 43 0 0.39 0.67 0.48 25.62 0.51 0.34
Hex 84 51 2B 0 27 43 30 1A 33 22
Octal 204 121 53 0 47 103 60 32 63 42
Binary 10000100 1010001 101011 0 100111 1000011 110000 11010 110011 100010

Color Harmonies of #84512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84512B

Black with #84512B

Text Example


Text Example

White with #84512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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