Html Css Color HEX #854F30 Korma

📋 copy color: '#854F30'

red 133 ◦ green 79 ◦ blue 48

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

Shades of Korma #854F30

Tints of Korma #854F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 51.15%
G = 30.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854F30 (or 0x854F30) is known color: Korma. HEX triplet: 85, 4F and 30. RGB value is (133,79,48). Sum of RGB (Red+Green+Blue) = 133+79+48=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F30 is #7AB0CF. Grayscale: #5B5B5B. Windows color (decimal): -8040656 or 3166085. OLE color: 3166085.

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

Color convert

RGB 133 79 48 -
CMYK 0 0.41 0.64 0.48
HSL 21.88º 0.47% 0.35% -
HSV(B) 21.88º 0.64% 0.52% -
XYZ 13 10.79 4.19 -
YUV 91.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 133 79 48 0 0.41 0.64 0.48 21.88 0.47 0.35
Hex 85 4F 30 0 29 40 30 16 2F 23
Octal 205 117 60 0 51 100 60 26 57 43
Binary 10000101 1001111 110000 0 101001 1000000 110000 10110 101111 100011

Color Harmonies of #854F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854F30

Black with #854F30

Text Example


Text Example

White with #854F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,79,48); }

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

background-color css

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

 a { background-color: rgb(133,79,48); }

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

border-color css

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

 span { border-color: rgb(133,79,48); }

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