Html Css Color HEX #89532D Korma

📋 copy color: '#89532D'

red 137 ◦ green 83 ◦ blue 45

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

Shades of Korma #89532D

Tints of Korma #89532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 51.7%
G = 31.32%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89532D (or 0x89532D) is known color: Korma. HEX triplet: 89, 53 and 2D. RGB value is (137,83,45). Sum of RGB (Red+Green+Blue) = 137+83+45=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89532D is #76ACD2. Grayscale: #5F5F5F. Windows color (decimal): -7777491 or 2970505. OLE color: 2970505.

HSL color Cylindrical-coordinate representation of color #89532D: hue angle of 24.78º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89532D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 45 -
CMYK 0 0.39 0.67 0.46
HSL 24.78º 0.51% 0.36% -
HSV(B) 24.78º 0.67% 0.54% -
XYZ 13.88 11.69 4.01 -
YUV 94.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 137 83 45 0 0.39 0.67 0.46 24.78 0.51 0.36
Hex 89 53 2D 0 27 43 2E 19 33 24
Octal 211 123 55 0 47 103 56 31 63 44
Binary 10001001 1010011 101101 0 100111 1000011 101110 11001 110011 100100

Color Harmonies of #89532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89532D

Black with #89532D

Text Example


Text Example

White with #89532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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