Html Css Color HEX #845332 Korma

📋 copy color: '#845332'

red 132 ◦ green 83 ◦ blue 50

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

Shades of Korma #845332

Tints of Korma #845332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.87%

R = 49.81%
G = 31.32%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#845332 (or 0x845332) is known color: Korma. HEX triplet: 84, 53 and 32. RGB value is (132,83,50). Sum of RGB (Red+Green+Blue) = 132+83+50=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #845332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845332 is #7BACCD. Grayscale: #5E5E5E. Windows color (decimal): -8105166 or 3298180. OLE color: 3298180.

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

Color convert

RGB 132 83 50 -
CMYK 0 0.37 0.62 0.48
HSL 24.15º 0.45% 0.36% -
HSV(B) 24.15º 0.62% 0.52% -
XYZ 13.18 11.32 4.51 -
YUV 93.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 132 83 50 0 0.37 0.62 0.48 24.15 0.45 0.36
Hex 84 53 32 0 25 3E 30 18 2D 24
Octal 204 123 62 0 45 76 60 30 55 44
Binary 10000100 1010011 110010 0 100101 111110 110000 11000 101101 100100

Color Harmonies of #845332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845332

Black with #845332

Text Example


Text Example

White with #845332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845332; }

 p { color: rgb(132,83,50); }

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

background-color css

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

 a { background-color: rgb(132,83,50); }

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

border-color css

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

 span { border-color: rgb(132,83,50); }

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