Html Css Color HEX #845030 Korma

📋 copy color: '#845030'

red 132 ◦ green 80 ◦ blue 48

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

Shades of Korma #845030

Tints of Korma #845030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 50.77%
G = 30.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#845030 (or 0x845030) is known color: Korma. HEX triplet: 84, 50 and 30. RGB value is (132,80,48). Sum of RGB (Red+Green+Blue) = 132+80+48=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #845030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845030 is #7BAFCF. Grayscale: #5C5C5C. Windows color (decimal): -8105936 or 3166340. OLE color: 3166340.

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

Color convert

RGB 132 80 48 -
CMYK 0 0.39 0.64 0.48
HSL 22.86º 0.47% 0.35% -
HSV(B) 22.86º 0.64% 0.52% -
XYZ 12.92 10.86 4.21 -
YUV 91.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 132 80 48 0 0.39 0.64 0.48 22.86 0.47 0.35
Hex 84 50 30 0 27 40 30 17 2F 23
Octal 204 120 60 0 47 100 60 27 57 43
Binary 10000100 1010000 110000 0 100111 1000000 110000 10111 101111 100011

Color Harmonies of #845030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845030

Black with #845030

Text Example


Text Example

White with #845030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845030; }

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

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

background-color css

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

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

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

border-color css

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

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

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