Html Css Color HEX #895328 Korma

📋 copy color: '#895328'

red 137 ◦ green 83 ◦ blue 40

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

Shades of Korma #895328

Tints of Korma #895328

RGB

 RED value IS 137 (53.91% from 255) = 52.69%

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 52.69%
G = 31.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#895328 (or 0x895328) is known color: Korma. HEX triplet: 89, 53 and 28. RGB value is (137,83,40). Sum of RGB (Red+Green+Blue) = 137+83+40=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895328 is #76ACD7. Grayscale: #5E5E5E. Windows color (decimal): -7777496 or 2642825. OLE color: 2642825.

HSL color Cylindrical-coordinate representation of color #895328: hue angle of 26.6º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #895328 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 40 -
CMYK 0 0.39 0.71 0.46
HSL 26.6º 0.55% 0.35% -
HSV(B) 26.6º 0.71% 0.54% -
XYZ 13.79 11.66 3.53 -
YUV 94.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 137 83 40 0 0.39 0.71 0.46 26.6 0.55 0.35
Hex 89 53 28 0 27 47 2E 1B 37 23
Octal 211 123 50 0 47 107 56 33 67 43
Binary 10001001 1010011 101000 0 100111 1000111 101110 11011 110111 100011

Color Harmonies of #895328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895328

Black with #895328

Text Example


Text Example

White with #895328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895328; }

 p { color: rgb(137,83,40); }

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

background-color css

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

 a { background-color: rgb(137,83,40); }

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

border-color css

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

 span { border-color: rgb(137,83,40); }

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