Html Css Color HEX #824C23 Korma

📋 copy color: '#824C23'

red 130 ◦ green 76 ◦ blue 35

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

Shades of Korma #824C23

Tints of Korma #824C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

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

R = 53.94%
G = 31.54%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#824C23 (or 0x824C23) is known color: Korma. HEX triplet: 82, 4C and 23. RGB value is (130,76,35). Sum of RGB (Red+Green+Blue) = 130+76+35=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C23 is #7DB3DC. Grayscale: #575757. Windows color (decimal): -8238045 or 2313346. OLE color: 2313346.

HSL color Cylindrical-coordinate representation of color #824C23: hue angle of 25.89º 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 #824C23 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 35 -
CMYK 0 0.42 0.73 0.49
HSL 25.89º 0.58% 0.32% -
HSV(B) 25.89º 0.73% 0.51% -
XYZ 12.09 10.04 2.89 -
YUV 87.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 130 76 35 0 0.42 0.73 0.49 25.89 0.58 0.32
Hex 82 4C 23 0 2A 49 31 1A 3A 20
Octal 202 114 43 0 52 111 61 32 72 40
Binary 10000010 1001100 100011 0 101010 1001001 110001 11010 111010 100000

Color Harmonies of #824C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C23

Black with #824C23

Text Example


Text Example

White with #824C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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