Html Css Color HEX #824527 Korma

📋 copy color: '#824527'

red 130 ◦ green 69 ◦ blue 39

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

Shades of Korma #824527

Tints of Korma #824527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 54.62%
G = 28.99%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#824527 (or 0x824527) is known color: Korma. HEX triplet: 82, 45 and 27. RGB value is (130,69,39). Sum of RGB (Red+Green+Blue) = 130+69+39=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #824527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824527 is #7DBAD8. Grayscale: #545454. Windows color (decimal): -8239833 or 2573698. OLE color: 2573698.

HSL color Cylindrical-coordinate representation of color #824527: hue angle of 19.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824527 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 39 -
CMYK 0 0.47 0.70 0.49
HSL 19.78º 0.54% 0.33% -
HSV(B) 19.78º 0.7% 0.51% -
XYZ 11.7 9.15 3.07 -
YUV 83.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 130 69 39 0 0.47 0.70 0.49 19.78 0.54 0.33
Hex 82 45 27 0 2F 46 31 14 36 21
Octal 202 105 47 0 57 106 61 24 66 41
Binary 10000010 1000101 100111 0 101111 1000110 110001 10100 110110 100001

Color Harmonies of #824527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824527

Black with #824527

Text Example


Text Example

White with #824527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824527; }

 p { color: rgb(130,69,39); }

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

background-color css

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

 a { background-color: rgb(130,69,39); }

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

border-color css

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

 span { border-color: rgb(130,69,39); }

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