Html Css Color HEX #855533 Korma

📋 copy color: '#855533'

red 133 ◦ green 85 ◦ blue 51

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

Shades of Korma #855533

Tints of Korma #855533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 49.44%
G = 31.6%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855533 (or 0x855533) is known color: Korma. HEX triplet: 85, 55 and 33. RGB value is (133,85,51). Sum of RGB (Red+Green+Blue) = 133+85+51=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #855533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855533 is #7AAACC. Grayscale: #5F5F5F. Windows color (decimal): -8039117 or 3364229. OLE color: 3364229.

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

Color convert

RGB 133 85 51 -
CMYK 0 0.36 0.62 0.48
HSL 24.88º 0.45% 0.36% -
HSV(B) 24.88º 0.62% 0.52% -
XYZ 13.52 11.72 4.68 -
YUV 95.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 133 85 51 0 0.36 0.62 0.48 24.88 0.45 0.36
Hex 85 55 33 0 24 3E 30 19 2D 24
Octal 205 125 63 0 44 76 60 31 55 44
Binary 10000101 1010101 110011 0 100100 111110 110000 11001 101101 100100

Color Harmonies of #855533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855533

Black with #855533

Text Example


Text Example

White with #855533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855533; }

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

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

background-color css

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

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

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

border-color css

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

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

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