Html Css Color HEX #824E2D Korma

📋 copy color: '#824E2D'

red 130 ◦ green 78 ◦ blue 45

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

Shades of Korma #824E2D

Tints of Korma #824E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 51.38%
G = 30.83%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#824E2D (or 0x824E2D) is known color: Korma. HEX triplet: 82, 4E and 2D. RGB value is (130,78,45). Sum of RGB (Red+Green+Blue) = 130+78+45=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E2D is #7DB1D2. Grayscale: #595959. Windows color (decimal): -8237523 or 2969218. OLE color: 2969218.

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

Color convert

RGB 130 78 45 -
CMYK 0 0.40 0.65 0.49
HSL 23.29º 0.49% 0.34% -
HSV(B) 23.29º 0.65% 0.51% -
XYZ 12.4 10.38 3.83 -
YUV 89.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 130 78 45 0 0.40 0.65 0.49 23.29 0.49 0.34
Hex 82 4E 2D 0 28 41 31 17 31 22
Octal 202 116 55 0 50 101 61 27 61 42
Binary 10000010 1001110 101101 0 101000 1000001 110001 10111 110001 100010

Color Harmonies of #824E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E2D

Black with #824E2D

Text Example


Text Example

White with #824E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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