Html Css Color HEX #854D26 Korma

📋 copy color: '#854D26'

red 133 ◦ green 77 ◦ blue 38

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

Shades of Korma #854D26

Tints of Korma #854D26

RGB

 RED value IS 133 (52.34% from 255) = 53.63%

 GREEN value IS 77 (30.47% from 255) = 31.05%

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

R = 53.63%
G = 31.05%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#854D26 (or 0x854D26) is known color: Korma. HEX triplet: 85, 4D and 26. RGB value is (133,77,38). Sum of RGB (Red+Green+Blue) = 133+77+38=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #854D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D26 is #7AB2D9. Grayscale: #595959. Windows color (decimal): -8041178 or 2510213. OLE color: 2510213.

HSL color Cylindrical-coordinate representation of color #854D26: hue angle of 24.63º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854D26 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 38 -
CMYK 0 0.42 0.71 0.48
HSL 24.63º 0.56% 0.34% -
HSV(B) 24.63º 0.71% 0.52% -
XYZ 12.68 10.43 3.18 -
YUV 89.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 133 77 38 0 0.42 0.71 0.48 24.63 0.56 0.34
Hex 85 4D 26 0 2A 47 30 19 38 22
Octal 205 115 46 0 52 107 60 31 70 42
Binary 10000101 1001101 100110 0 101010 1000111 110000 11001 111000 100010

Color Harmonies of #854D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D26

Black with #854D26

Text Example


Text Example

White with #854D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D26; }

 p { color: rgb(133,77,38); }

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

background-color css

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

 a { background-color: rgb(133,77,38); }

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

border-color css

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

 span { border-color: rgb(133,77,38); }

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