Html Css Color HEX #824629 Korma

📋 copy color: '#824629'

red 130 ◦ green 70 ◦ blue 41

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

Shades of Korma #824629

Tints of Korma #824629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 53.94%
G = 29.05%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#824629 (or 0x824629) is known color: Korma. HEX triplet: 82, 46 and 29. RGB value is (130,70,41). Sum of RGB (Red+Green+Blue) = 130+70+41=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824629 is #7DB9D6. Grayscale: #545454. Windows color (decimal): -8239575 or 2705026. OLE color: 2705026.

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

Color convert

RGB 130 70 41 -
CMYK 0 0.46 0.68 0.49
HSL 19.55º 0.52% 0.34% -
HSV(B) 19.55º 0.68% 0.51% -
XYZ 11.8 9.29 3.27 -
YUV 84.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 130 70 41 0 0.46 0.68 0.49 19.55 0.52 0.34
Hex 82 46 29 0 2E 44 31 14 34 22
Octal 202 106 51 0 56 104 61 24 64 42
Binary 10000010 1000110 101001 0 101110 1000100 110001 10100 110100 100010

Color Harmonies of #824629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824629

Black with #824629

Text Example


Text Example

White with #824629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824629; }

 p { color: rgb(130,70,41); }

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

background-color css

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

 a { background-color: rgb(130,70,41); }

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

border-color css

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

 span { border-color: rgb(130,70,41); }

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