Html Css Color HEX #855832 Korma

📋 copy color: '#855832'

red 133 ◦ green 88 ◦ blue 50

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

Shades of Korma #855832

Tints of Korma #855832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 49.08%
G = 32.47%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855832 (or 0x855832) is known color: Korma. HEX triplet: 85, 58 and 32. RGB value is (133,88,50). Sum of RGB (Red+Green+Blue) = 133+88+50=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #855832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855832 is #7AA7CD. Grayscale: #616161. Windows color (decimal): -8038350 or 3299461. OLE color: 3299461.

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

Color convert

RGB 133 88 50 -
CMYK 0 0.34 0.62 0.48
HSL 27.47º 0.45% 0.36% -
HSV(B) 27.47º 0.62% 0.52% -
XYZ 13.74 12.2 4.65 -
YUV 97.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 133 88 50 0 0.34 0.62 0.48 27.47 0.45 0.36
Hex 85 58 32 0 22 3E 30 1B 2D 24
Octal 205 130 62 0 42 76 60 33 55 44
Binary 10000101 1011000 110010 0 100010 111110 110000 11011 101101 100100

Color Harmonies of #855832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855832

Black with #855832

Text Example


Text Example

White with #855832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855832; }

 p { color: rgb(133,88,50); }

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

background-color css

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

 a { background-color: rgb(133,88,50); }

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

border-color css

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

 span { border-color: rgb(133,88,50); }

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