Html Css Color HEX #854C2B Korma

📋 copy color: '#854C2B'

red 133 ◦ green 76 ◦ blue 43

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

Shades of Korma #854C2B

Tints of Korma #854C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 52.78%
G = 30.16%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#854C2B (or 0x854C2B) is known color: Korma. HEX triplet: 85, 4C and 2B. RGB value is (133,76,43). Sum of RGB (Red+Green+Blue) = 133+76+43=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2B is #7AB3D4. Grayscale: #595959. Windows color (decimal): -8041429 or 2837637. OLE color: 2837637.

HSL color Cylindrical-coordinate representation of color #854C2B: hue angle of 22º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854C2B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 43 -
CMYK 0 0.43 0.68 0.48
HSL 22º 0.51% 0.35% -
HSV(B) 22º 0.68% 0.52% -
XYZ 12.69 10.33 3.61 -
YUV 89.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 133 76 43 0 0.43 0.68 0.48 22 0.51 0.35
Hex 85 4C 2B 0 2B 44 30 16 33 23
Octal 205 114 53 0 53 104 60 26 63 43
Binary 10000101 1001100 101011 0 101011 1000100 110000 10110 110011 100011

Color Harmonies of #854C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C2B

Black with #854C2B

Text Example


Text Example

White with #854C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C2B; }

 p { color: rgb(133,76,43); }

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

background-color css

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

 a { background-color: rgb(133,76,43); }

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

border-color css

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

 span { border-color: rgb(133,76,43); }

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