Html Css Color HEX #845733 Korma

📋 copy color: '#845733'

red 132 ◦ green 87 ◦ blue 51

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

Shades of Korma #845733

Tints of Korma #845733

RGB

 RED value IS 132 (51.95% from 255) = 48.89%

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 48.89%
G = 32.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#845733 (or 0x845733) is known color: Korma. HEX triplet: 84, 57 and 33. RGB value is (132,87,51). Sum of RGB (Red+Green+Blue) = 132+87+51=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #845733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845733 is #7BA8CC. Grayscale: #606060. Windows color (decimal): -8104141 or 3364740. OLE color: 3364740.

HSL color Cylindrical-coordinate representation of color #845733: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845733 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 87 51 -
CMYK 0 0.34 0.61 0.48
HSL 26.67º 0.44% 0.36% -
HSV(B) 26.67º 0.61% 0.52% -
XYZ 13.52 11.96 4.73 -
YUV 96.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 132 87 51 0 0.34 0.61 0.48 26.67 0.44 0.36
Hex 84 57 33 0 22 3D 30 1B 2C 24
Octal 204 127 63 0 42 75 60 33 54 44
Binary 10000100 1010111 110011 0 100010 111101 110000 11011 101100 100100

Color Harmonies of #845733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845733

Black with #845733

Text Example


Text Example

White with #845733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845733; }

 p { color: rgb(132,87,51); }

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

background-color css

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

 a { background-color: rgb(132,87,51); }

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

border-color css

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

 span { border-color: rgb(132,87,51); }

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