Html Css Color HEX #855029 Korma

📋 copy color: '#855029'

red 133 ◦ green 80 ◦ blue 41

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

Shades of Korma #855029

Tints of Korma #855029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 52.36%
G = 31.5%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#855029 (or 0x855029) is known color: Korma. HEX triplet: 85, 50 and 29. RGB value is (133,80,41). Sum of RGB (Red+Green+Blue) = 133+80+41=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855029 is #7AAFD6. Grayscale: #5B5B5B. Windows color (decimal): -8040407 or 2707589. OLE color: 2707589.

HSL color Cylindrical-coordinate representation of color #855029: hue angle of 25.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #855029 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 41 -
CMYK 0 0.40 0.69 0.48
HSL 25.43º 0.53% 0.34% -
HSV(B) 25.43º 0.69% 0.52% -
XYZ 12.94 10.88 3.52 -
YUV 91.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 133 80 41 0 0.40 0.69 0.48 25.43 0.53 0.34
Hex 85 50 29 0 28 45 30 19 35 22
Octal 205 120 51 0 50 105 60 31 65 42
Binary 10000101 1010000 101001 0 101000 1000101 110000 11001 110101 100010

Color Harmonies of #855029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855029

Black with #855029

Text Example


Text Example

White with #855029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855029; }

 p { color: rgb(133,80,41); }

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

background-color css

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

 a { background-color: rgb(133,80,41); }

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

border-color css

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

 span { border-color: rgb(133,80,41); }

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