Html Css Color HEX #845225 Korma

📋 copy color: '#845225'

red 132 ◦ green 82 ◦ blue 37

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

Shades of Korma #845225

Tints of Korma #845225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 52.59%
G = 32.67%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#845225 (or 0x845225) is known color: Korma. HEX triplet: 84, 52 and 25. RGB value is (132,82,37). Sum of RGB (Red+Green+Blue) = 132+82+37=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845225 is #7BADDA. Grayscale: #5C5C5C. Windows color (decimal): -8105435 or 2445956. OLE color: 2445956.

HSL color Cylindrical-coordinate representation of color #845225: hue angle of 28.42º 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 #845225 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 37 -
CMYK 0 0.38 0.72 0.48
HSL 28.42º 0.56% 0.33% -
HSV(B) 28.42º 0.72% 0.52% -
XYZ 12.87 11.07 3.21 -
YUV 91.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 132 82 37 0 0.38 0.72 0.48 28.42 0.56 0.33
Hex 84 52 25 0 26 48 30 1C 38 21
Octal 204 122 45 0 46 110 60 34 70 41
Binary 10000100 1010010 100101 0 100110 1001000 110000 11100 111000 100001

Color Harmonies of #845225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845225

Black with #845225

Text Example


Text Example

White with #845225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845225; }

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

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

background-color css

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

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

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

border-color css

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

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

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