Html Css Color HEX #855433 Korma

📋 copy color: '#855433'

red 133 ◦ green 84 ◦ blue 51

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

Shades of Korma #855433

Tints of Korma #855433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 49.63%
G = 31.34%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855433 (or 0x855433) is known color: Korma. HEX triplet: 85, 54 and 33. RGB value is (133,84,51). Sum of RGB (Red+Green+Blue) = 133+84+51=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #855433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855433 is #7AABCC. Grayscale: #5F5F5F. Windows color (decimal): -8039373 or 3363973. OLE color: 3363973.

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

Color convert

RGB 133 84 51 -
CMYK 0 0.37 0.62 0.48
HSL 24.15º 0.45% 0.36% -
HSV(B) 24.15º 0.62% 0.52% -
XYZ 13.44 11.57 4.66 -
YUV 94.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 133 84 51 0 0.37 0.62 0.48 24.15 0.45 0.36
Hex 85 54 33 0 25 3E 30 18 2D 24
Octal 205 124 63 0 45 76 60 30 55 44
Binary 10000101 1010100 110011 0 100101 111110 110000 11000 101101 100100

Color Harmonies of #855433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855433

Black with #855433

Text Example


Text Example

White with #855433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855433; }

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

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

background-color css

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

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

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

border-color css

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

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

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