Html Css Color HEX #855230 Korma

📋 copy color: '#855230'

red 133 ◦ green 82 ◦ blue 48

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

Shades of Korma #855230

Tints of Korma #855230

RGB

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

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

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

R = 50.57%
G = 31.18%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#855230 (or 0x855230) is known color: Korma. HEX triplet: 85, 52 and 30. RGB value is (133,82,48). Sum of RGB (Red+Green+Blue) = 133+82+48=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #855230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855230 is #7AADCF. Grayscale: #5D5D5D. Windows color (decimal): -8039888 or 3166853. OLE color: 3166853.

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

Color convert

RGB 133 82 48 -
CMYK 0 0.38 0.64 0.48
HSL 24º 0.47% 0.35% -
HSV(B) 24º 0.64% 0.52% -
XYZ 13.22 11.23 4.27 -
YUV 93.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 133 82 48 0 0.38 0.64 0.48 24 0.47 0.35
Hex 85 52 30 0 26 40 30 18 2F 23
Octal 205 122 60 0 46 100 60 30 57 43
Binary 10000101 1010010 110000 0 100110 1000000 110000 11000 101111 100011

Color Harmonies of #855230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855230

Black with #855230

Text Example


Text Example

White with #855230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855230; }

 p { color: rgb(133,82,48); }

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

background-color css

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

 a { background-color: rgb(133,82,48); }

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

border-color css

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

 span { border-color: rgb(133,82,48); }

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