Html Css Color HEX #884625 Korma

📋 copy color: '#884625'

red 136 ◦ green 70 ◦ blue 37

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

Shades of Korma #884625

Tints of Korma #884625

RGB

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

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

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

R = 55.97%
G = 28.81%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#884625 (or 0x884625) is known color: Korma. HEX triplet: 88, 46 and 25. RGB value is (136,70,37). Sum of RGB (Red+Green+Blue) = 136+70+37=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #884625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884625 is #77B9DA. Grayscale: #565656. Windows color (decimal): -7846363 or 2442888. OLE color: 2442888.

HSL color Cylindrical-coordinate representation of color #884625: hue angle of 20º 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 #884625 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 37 -
CMYK 0 0.49 0.73 0.47
HSL 20º 0.57% 0.34% -
HSV(B) 20º 0.73% 0.53% -
XYZ 12.68 9.75 2.96 -
YUV 85.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 136 70 37 0 0.49 0.73 0.47 20 0.57 0.34
Hex 88 46 25 0 31 49 2F 14 39 22
Octal 210 106 45 0 61 111 57 24 71 42
Binary 10001000 1000110 100101 0 110001 1001001 101111 10100 111001 100010

Color Harmonies of #884625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884625

Black with #884625

Text Example


Text Example

White with #884625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884625; }

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

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

background-color css

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

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

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

border-color css

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

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

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