Html Css Color HEX #854625 Korma

📋 copy color: '#854625'

red 133 ◦ green 70 ◦ blue 37

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

Shades of Korma #854625

Tints of Korma #854625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 55.42%
G = 29.17%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#854625 (or 0x854625) is known color: Korma. HEX triplet: 85, 46 and 25. RGB value is (133,70,37). Sum of RGB (Red+Green+Blue) = 133+70+37=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #854625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854625 is #7AB9DA. Grayscale: #555555. Windows color (decimal): -8042971 or 2442885. OLE color: 2442885.

HSL color Cylindrical-coordinate representation of color #854625: hue angle of 20.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #854625 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 37 -
CMYK 0 0.47 0.72 0.48
HSL 20.63º 0.56% 0.33% -
HSV(B) 20.63º 0.72% 0.52% -
XYZ 12.2 9.5 2.94 -
YUV 85.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 133 70 37 0 0.47 0.72 0.48 20.63 0.56 0.33
Hex 85 46 25 0 2F 48 30 15 38 21
Octal 205 106 45 0 57 110 60 25 70 41
Binary 10000101 1000110 100101 0 101111 1001000 110000 10101 111000 100001

Color Harmonies of #854625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854625

Black with #854625

Text Example


Text Example

White with #854625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854625; }

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

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

background-color css

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

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

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

border-color css

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

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

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