Html Css Color HEX #824E23 Korma

📋 copy color: '#824E23'

red 130 ◦ green 78 ◦ blue 35

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

Shades of Korma #824E23

Tints of Korma #824E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.4%

R = 53.5%
G = 32.1%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#824E23 (or 0x824E23) is known color: Korma. HEX triplet: 82, 4E and 23. RGB value is (130,78,35). Sum of RGB (Red+Green+Blue) = 130+78+35=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #824E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E23 is #7DB1DC. Grayscale: #585858. Windows color (decimal): -8237533 or 2313858. OLE color: 2313858.

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

Color convert

RGB 130 78 35 -
CMYK 0 0.40 0.73 0.49
HSL 27.16º 0.58% 0.32% -
HSV(B) 27.16º 0.73% 0.51% -
XYZ 12.23 10.32 2.94 -
YUV 88.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 130 78 35 0 0.40 0.73 0.49 27.16 0.58 0.32
Hex 82 4E 23 0 28 49 31 1B 3A 20
Octal 202 116 43 0 50 111 61 33 72 40
Binary 10000010 1001110 100011 0 101000 1001001 110001 11011 111010 100000

Color Harmonies of #824E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E23

Black with #824E23

Text Example


Text Example

White with #824E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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