Html Css Color HEX #884725 Korma

📋 copy color: '#884725'

red 136 ◦ green 71 ◦ blue 37

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

Shades of Korma #884725

Tints of Korma #884725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

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

R = 55.74%
G = 29.1%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#884725 (or 0x884725) is known color: Korma. HEX triplet: 88, 47 and 25. RGB value is (136,71,37). Sum of RGB (Red+Green+Blue) = 136+71+37=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884725 is #77B8DA. Grayscale: #565656. Windows color (decimal): -7846107 or 2443144. OLE color: 2443144.

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

Color convert

RGB 136 71 37 -
CMYK 0 0.48 0.73 0.47
HSL 20.61º 0.57% 0.34% -
HSV(B) 20.61º 0.73% 0.53% -
XYZ 12.74 9.87 2.98 -
YUV 86.56 100.03 163.26 -
System Red Green Blue C M Y K H S L
Decimal 136 71 37 0 0.48 0.73 0.47 20.61 0.57 0.34
Hex 88 47 25 0 30 49 2F 15 39 22
Octal 210 107 45 0 60 111 57 25 71 42
Binary 10001000 1000111 100101 0 110000 1001001 101111 10101 111001 100010

Color Harmonies of #884725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884725

Black with #884725

Text Example


Text Example

White with #884725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884725; }

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

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

background-color css

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

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

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

border-color css

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

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

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