Html Css Color HEX #854825 Korma

📋 copy color: '#854825'

red 133 ◦ green 72 ◦ blue 37

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

Shades of Korma #854825

Tints of Korma #854825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 54.96%
G = 29.75%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#854825 (or 0x854825) is known color: Korma. HEX triplet: 85, 48 and 25. RGB value is (133,72,37). Sum of RGB (Red+Green+Blue) = 133+72+37=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854825 is #7AB7DA. Grayscale: #565656. Windows color (decimal): -8042459 or 2443397. OLE color: 2443397.

HSL color Cylindrical-coordinate representation of color #854825: hue angle of 21.88º 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 #854825 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 37 -
CMYK 0 0.46 0.72 0.48
HSL 21.88º 0.56% 0.33% -
HSV(B) 21.88º 0.72% 0.52% -
XYZ 12.32 9.75 2.98 -
YUV 86.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 133 72 37 0 0.46 0.72 0.48 21.88 0.56 0.33
Hex 85 48 25 0 2E 48 30 16 38 21
Octal 205 110 45 0 56 110 60 26 70 41
Binary 10000101 1001000 100101 0 101110 1001000 110000 10110 111000 100001

Color Harmonies of #854825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854825

Black with #854825

Text Example


Text Example

White with #854825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854825; }

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

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

background-color css

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

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

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

border-color css

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

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

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