Html Css Color HEX #854B2C Korma

📋 copy color: '#854B2C'

red 133 ◦ green 75 ◦ blue 44

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

Shades of Korma #854B2C

Tints of Korma #854B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 52.78%
G = 29.76%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#854B2C (or 0x854B2C) is known color: Korma. HEX triplet: 85, 4B and 2C. RGB value is (133,75,44). Sum of RGB (Red+Green+Blue) = 133+75+44=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B2C is #7AB4D3. Grayscale: #585858. Windows color (decimal): -8041684 or 2902917. OLE color: 2902917.

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

Color convert

RGB 133 75 44 -
CMYK 0 0.44 0.67 0.48
HSL 20.9º 0.5% 0.35% -
HSV(B) 20.9º 0.67% 0.52% -
XYZ 12.64 10.2 3.69 -
YUV 88.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 133 75 44 0 0.44 0.67 0.48 20.9 0.5 0.35
Hex 85 4B 2C 0 2C 43 30 15 32 23
Octal 205 113 54 0 54 103 60 25 62 43
Binary 10000101 1001011 101100 0 101100 1000011 110000 10101 110010 100011

Color Harmonies of #854B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B2C

Black with #854B2C

Text Example


Text Example

White with #854B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,75,44); }

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

background-color css

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

 a { background-color: rgb(133,75,44); }

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

border-color css

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

 span { border-color: rgb(133,75,44); }

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