Html Css Color HEX #884825 Korma

📋 copy color: '#884825'

red 136 ◦ green 72 ◦ blue 37

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

Shades of Korma #884825

Tints of Korma #884825

RGB

 RED value IS 136 (53.52% from 255) = 55.51%

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 55.51%
G = 29.39%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#884825 (or 0x884825) is known color: Korma. HEX triplet: 88, 48 and 25. RGB value is (136,72,37). Sum of RGB (Red+Green+Blue) = 136+72+37=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #884825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884825 is #77B7DA. Grayscale: #575757. Windows color (decimal): -7845851 or 2443400. OLE color: 2443400.

HSL color Cylindrical-coordinate representation of color #884825: hue angle of 21.21º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #884825 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 37 -
CMYK 0 0.47 0.73 0.47
HSL 21.21º 0.57% 0.34% -
HSV(B) 21.21º 0.73% 0.53% -
XYZ 12.8 10 3.01 -
YUV 87.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 136 72 37 0 0.47 0.73 0.47 21.21 0.57 0.34
Hex 88 48 25 0 2F 49 2F 15 39 22
Octal 210 110 45 0 57 111 57 25 71 42
Binary 10001000 1001000 100101 0 101111 1001001 101111 10101 111001 100010

Color Harmonies of #884825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884825

Black with #884825

Text Example


Text Example

White with #884825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884825; }

 p { color: rgb(136,72,37); }

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

background-color css

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

 a { background-color: rgb(136,72,37); }

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

border-color css

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

 span { border-color: rgb(136,72,37); }

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