Html Css Color HEX #855023 Korma

📋 copy color: '#855023'

red 133 ◦ green 80 ◦ blue 35

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

Shades of Korma #855023

Tints of Korma #855023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 53.63%
G = 32.26%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#855023 (or 0x855023) is known color: Korma. HEX triplet: 85, 50 and 23. RGB value is (133,80,35). Sum of RGB (Red+Green+Blue) = 133+80+35=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855023 is #7AAFDC. Grayscale: #5A5A5A. Windows color (decimal): -8040413 or 2314373. OLE color: 2314373.

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

Color convert

RGB 133 80 35 -
CMYK 0 0.40 0.74 0.48
HSL 27.55º 0.58% 0.33% -
HSV(B) 27.55º 0.74% 0.52% -
XYZ 12.84 10.85 3.01 -
YUV 90.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 133 80 35 0 0.40 0.74 0.48 27.55 0.58 0.33
Hex 85 50 23 0 28 4A 30 1C 3A 21
Octal 205 120 43 0 50 112 60 34 72 41
Binary 10000101 1010000 100011 0 101000 1001010 110000 11100 111010 100001

Color Harmonies of #855023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855023

Black with #855023

Text Example


Text Example

White with #855023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855023; }

 p { color: rgb(133,80,35); }

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

background-color css

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

 a { background-color: rgb(133,80,35); }

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

border-color css

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

 span { border-color: rgb(133,80,35); }

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