Html Css Color HEX #854629 Korma

📋 copy color: '#854629'

red 133 ◦ green 70 ◦ blue 41

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

Shades of Korma #854629

Tints of Korma #854629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

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

R = 54.51%
G = 28.69%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#854629 (or 0x854629) is known color: Korma. HEX triplet: 85, 46 and 29. RGB value is (133,70,41). Sum of RGB (Red+Green+Blue) = 133+70+41=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #854629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854629 is #7AB9D6. Grayscale: #555555. Windows color (decimal): -8042967 or 2705029. OLE color: 2705029.

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

Color convert

RGB 133 70 41 -
CMYK 0 0.47 0.69 0.48
HSL 18.91º 0.53% 0.34% -
HSV(B) 18.91º 0.69% 0.52% -
XYZ 12.26 9.53 3.29 -
YUV 85.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 133 70 41 0 0.47 0.69 0.48 18.91 0.53 0.34
Hex 85 46 29 0 2F 45 30 13 35 22
Octal 205 106 51 0 57 105 60 23 65 42
Binary 10000101 1000110 101001 0 101111 1000101 110000 10011 110101 100010

Color Harmonies of #854629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854629

Black with #854629

Text Example


Text Example

White with #854629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854629; }

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

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

background-color css

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

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

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

border-color css

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

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

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