Html Css Color HEX #824926 Korma

📋 copy color: '#824926'

red 130 ◦ green 73 ◦ blue 38

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

Shades of Korma #824926

Tints of Korma #824926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 53.94%
G = 30.29%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#824926 (or 0x824926) is known color: Korma. HEX triplet: 82, 49 and 26. RGB value is (130,73,38). Sum of RGB (Red+Green+Blue) = 130+73+38=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824926 is #7DB6D9. Grayscale: #565656. Windows color (decimal): -8238810 or 2509186. OLE color: 2509186.

HSL color Cylindrical-coordinate representation of color #824926: hue angle of 22.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824926 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 38 -
CMYK 0 0.44 0.71 0.49
HSL 22.83º 0.55% 0.33% -
HSV(B) 22.83º 0.71% 0.51% -
XYZ 11.94 9.65 3.07 -
YUV 86.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 130 73 38 0 0.44 0.71 0.49 22.83 0.55 0.33
Hex 82 49 26 0 2C 47 31 17 37 21
Octal 202 111 46 0 54 107 61 27 67 41
Binary 10000010 1001001 100110 0 101100 1000111 110001 10111 110111 100001

Color Harmonies of #824926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824926

Black with #824926

Text Example


Text Example

White with #824926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824926; }

 p { color: rgb(130,73,38); }

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

background-color css

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

 a { background-color: rgb(130,73,38); }

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

border-color css

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

 span { border-color: rgb(130,73,38); }

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