Html Css Color HEX #845025 Korma

📋 copy color: '#845025'

red 132 ◦ green 80 ◦ blue 37

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

Shades of Korma #845025

Tints of Korma #845025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 53.01%
G = 32.13%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845025 (or 0x845025) is known color: Korma. HEX triplet: 84, 50 and 25. RGB value is (132,80,37). Sum of RGB (Red+Green+Blue) = 132+80+37=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #845025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845025 is #7BAFDA. Grayscale: #5A5A5A. Windows color (decimal): -8105947 or 2445444. OLE color: 2445444.

HSL color Cylindrical-coordinate representation of color #845025: hue angle of 27.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #845025 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 37 -
CMYK 0 0.39 0.72 0.48
HSL 27.16º 0.56% 0.33% -
HSV(B) 27.16º 0.72% 0.52% -
XYZ 12.72 10.78 3.16 -
YUV 90.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 132 80 37 0 0.39 0.72 0.48 27.16 0.56 0.33
Hex 84 50 25 0 27 48 30 1B 38 21
Octal 204 120 45 0 47 110 60 33 70 41
Binary 10000100 1010000 100101 0 100111 1001000 110000 11011 111000 100001

Color Harmonies of #845025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845025

Black with #845025

Text Example


Text Example

White with #845025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845025; }

 p { color: rgb(132,80,37); }

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

background-color css

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

 a { background-color: rgb(132,80,37); }

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

border-color css

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

 span { border-color: rgb(132,80,37); }

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