Html Css Color HEX #845026 Korma

📋 copy color: '#845026'

red 132 ◦ green 80 ◦ blue 38

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

Shades of Korma #845026

Tints of Korma #845026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 52.8%
G = 32%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#845026 (or 0x845026) is known color: Korma. HEX triplet: 84, 50 and 26. RGB value is (132,80,38). Sum of RGB (Red+Green+Blue) = 132+80+38=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #845026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845026 is #7BAFD9. Grayscale: #5A5A5A. Windows color (decimal): -8105946 or 2510980. OLE color: 2510980.

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

Color convert

RGB 132 80 38 -
CMYK 0 0.39 0.71 0.48
HSL 26.81º 0.55% 0.33% -
HSV(B) 26.81º 0.71% 0.52% -
XYZ 12.73 10.78 3.24 -
YUV 90.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 132 80 38 0 0.39 0.71 0.48 26.81 0.55 0.33
Hex 84 50 26 0 27 47 30 1B 37 21
Octal 204 120 46 0 47 107 60 33 67 41
Binary 10000100 1010000 100110 0 100111 1000111 110000 11011 110111 100001

Color Harmonies of #845026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845026

Black with #845026

Text Example


Text Example

White with #845026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845026; }

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

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

background-color css

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

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

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

border-color css

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

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

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