Html Css Color HEX #855733 Korma

📋 copy color: '#855733'

red 133 ◦ green 87 ◦ blue 51

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

Shades of Korma #855733

Tints of Korma #855733

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 49.08%
G = 32.1%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855733 (or 0x855733) is known color: Korma. HEX triplet: 85, 57 and 33. RGB value is (133,87,51). Sum of RGB (Red+Green+Blue) = 133+87+51=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855733 is #7AA8CC. Grayscale: #606060. Windows color (decimal): -8038605 or 3364741. OLE color: 3364741.

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

Color convert

RGB 133 87 51 -
CMYK 0 0.35 0.62 0.48
HSL 26.34º 0.45% 0.36% -
HSV(B) 26.34º 0.62% 0.52% -
XYZ 13.68 12.04 4.74 -
YUV 96.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 133 87 51 0 0.35 0.62 0.48 26.34 0.45 0.36
Hex 85 57 33 0 23 3E 30 1A 2D 24
Octal 205 127 63 0 43 76 60 32 55 44
Binary 10000101 1010111 110011 0 100011 111110 110000 11010 101101 100100

Color Harmonies of #855733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855733

Black with #855733

Text Example


Text Example

White with #855733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855733; }

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

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

background-color css

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

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

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

border-color css

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

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

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