Html Css Color HEX #855233 Korma

📋 copy color: '#855233'

red 133 ◦ green 82 ◦ blue 51

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

Shades of Korma #855233

Tints of Korma #855233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 50%
G = 30.83%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855233 (or 0x855233) is known color: Korma. HEX triplet: 85, 52 and 33. RGB value is (133,82,51). Sum of RGB (Red+Green+Blue) = 133+82+51=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #855233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855233 is #7AADCC. Grayscale: #5D5D5D. Windows color (decimal): -8039885 or 3363461. OLE color: 3363461.

HSL color Cylindrical-coordinate representation of color #855233: hue angle of 22.68º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855233 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 51 -
CMYK 0 0.38 0.62 0.48
HSL 22.68º 0.45% 0.36% -
HSV(B) 22.68º 0.62% 0.52% -
XYZ 13.29 11.26 4.61 -
YUV 93.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 133 82 51 0 0.38 0.62 0.48 22.68 0.45 0.36
Hex 85 52 33 0 26 3E 30 17 2D 24
Octal 205 122 63 0 46 76 60 27 55 44
Binary 10000101 1010010 110011 0 100110 111110 110000 10111 101101 100100

Color Harmonies of #855233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855233

Black with #855233

Text Example


Text Example

White with #855233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855233; }

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

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

background-color css

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

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

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

border-color css

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

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

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