Html Css Color HEX #824E2B Korma

📋 copy color: '#824E2B'

red 130 ◦ green 78 ◦ blue 43

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

Shades of Korma #824E2B

Tints of Korma #824E2B

RGB

 RED value IS 130 (51.17% from 255) = 51.79%

 GREEN value IS 78 (30.86% from 255) = 31.08%

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

R = 51.79%
G = 31.08%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#824E2B (or 0x824E2B) is known color: Korma. HEX triplet: 82, 4E and 2B. RGB value is (130,78,43). Sum of RGB (Red+Green+Blue) = 130+78+43=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E2B is #7DB1D4. Grayscale: #595959. Windows color (decimal): -8237525 or 2838146. OLE color: 2838146.

HSL color Cylindrical-coordinate representation of color #824E2B: hue angle of 24.14º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824E2B is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 43 -
CMYK 0 0.40 0.67 0.49
HSL 24.14º 0.5% 0.34% -
HSV(B) 24.14º 0.67% 0.51% -
XYZ 12.37 10.37 3.64 -
YUV 89.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 130 78 43 0 0.40 0.67 0.49 24.14 0.5 0.34
Hex 82 4E 2B 0 28 43 31 18 32 22
Octal 202 116 53 0 50 103 61 30 62 42
Binary 10000010 1001110 101011 0 101000 1000011 110001 11000 110010 100010

Color Harmonies of #824E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E2B

Black with #824E2B

Text Example


Text Example

White with #824E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E2B; }

 p { color: rgb(130,78,43); }

 H1.HeaderClassName
 {
   color: #824E2B;
 }
 .AnyTagClassName
 {
   color: #824E2B;
 }
</style>

background-color css

<style>
 a { background-color: #824E2B; }

 a { background-color: rgb(130,78,43); }

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

border-color css

<style>
 span { border-color: #824E2B; }

 span { border-color: rgb(130,78,43); }

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