Html Css Color HEX #854628 Korma

📋 copy color: '#854628'

red 133 ◦ green 70 ◦ blue 40

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

Shades of Korma #854628

Tints of Korma #854628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 54.73%
G = 28.81%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#854628 (or 0x854628) is known color: Korma. HEX triplet: 85, 46 and 28. RGB value is (133,70,40). Sum of RGB (Red+Green+Blue) = 133+70+40=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854628 is #7AB9D7. Grayscale: #555555. Windows color (decimal): -8042968 or 2639493. OLE color: 2639493.

HSL color Cylindrical-coordinate representation of color #854628: hue angle of 19.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854628 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 40 -
CMYK 0 0.47 0.70 0.48
HSL 19.35º 0.54% 0.34% -
HSV(B) 19.35º 0.7% 0.52% -
XYZ 12.25 9.52 3.2 -
YUV 85.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 133 70 40 0 0.47 0.70 0.48 19.35 0.54 0.34
Hex 85 46 28 0 2F 46 30 13 36 22
Octal 205 106 50 0 57 106 60 23 66 42
Binary 10000101 1000110 101000 0 101111 1000110 110000 10011 110110 100010

Color Harmonies of #854628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854628

Black with #854628

Text Example


Text Example

White with #854628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854628; }

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

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

background-color css

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

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

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

border-color css

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

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

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