Html Css Color HEX #824D2B Korma

📋 copy color: '#824D2B'

red 130 ◦ green 77 ◦ blue 43

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

Shades of Korma #824D2B

Tints of Korma #824D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

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

R = 52%
G = 30.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#824D2B (or 0x824D2B) is known color: Korma. HEX triplet: 82, 4D and 2B. RGB value is (130,77,43). Sum of RGB (Red+Green+Blue) = 130+77+43=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #824D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D2B is #7DB2D4. Grayscale: #595959. Windows color (decimal): -8237781 or 2837890. OLE color: 2837890.

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

Color convert

RGB 130 77 43 -
CMYK 0 0.41 0.67 0.49
HSL 23.45º 0.5% 0.34% -
HSV(B) 23.45º 0.67% 0.51% -
XYZ 12.3 10.23 3.61 -
YUV 88.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 130 77 43 0 0.41 0.67 0.49 23.45 0.5 0.34
Hex 82 4D 2B 0 29 43 31 17 32 22
Octal 202 115 53 0 51 103 61 27 62 42
Binary 10000010 1001101 101011 0 101001 1000011 110001 10111 110010 100010

Color Harmonies of #824D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D2B

Black with #824D2B

Text Example


Text Example

White with #824D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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