Html Css Color HEX #824C2D Korma

📋 copy color: '#824C2D'

red 130 ◦ green 76 ◦ blue 45

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

Shades of Korma #824C2D

Tints of Korma #824C2D

RGB

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

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

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

R = 51.79%
G = 30.28%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#824C2D (or 0x824C2D) is known color: Korma. HEX triplet: 82, 4C and 2D. RGB value is (130,76,45). Sum of RGB (Red+Green+Blue) = 130+76+45=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C2D is #7DB3D2. Grayscale: #585858. Windows color (decimal): -8238035 or 2968706. OLE color: 2968706.

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

Color convert

RGB 130 76 45 -
CMYK 0 0.42 0.65 0.49
HSL 21.88º 0.49% 0.34% -
HSV(B) 21.88º 0.65% 0.51% -
XYZ 12.26 10.1 3.79 -
YUV 88.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 130 76 45 0 0.42 0.65 0.49 21.88 0.49 0.34
Hex 82 4C 2D 0 2A 41 31 16 31 22
Octal 202 114 55 0 52 101 61 26 61 42
Binary 10000010 1001100 101101 0 101010 1000001 110001 10110 110001 100010

Color Harmonies of #824C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C2D

Black with #824C2D

Text Example


Text Example

White with #824C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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