Html Css Color HEX #854725 Korma

📋 copy color: '#854725'

red 133 ◦ green 71 ◦ blue 37

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

Shades of Korma #854725

Tints of Korma #854725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 55.19%
G = 29.46%
B = 15.35%

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

#854725 (or 0x854725) is known color: Korma. HEX triplet: 85, 47 and 25. RGB value is (133,71,37). Sum of RGB (Red+Green+Blue) = 133+71+37=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854725 is #7AB8DA. Grayscale: #555555. Windows color (decimal): -8042715 or 2443141. OLE color: 2443141.

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

Color convert

RGB 133 71 37 -
CMYK 0 0.47 0.72 0.48
HSL 21.25º 0.56% 0.33% -
HSV(B) 21.25º 0.72% 0.52% -
XYZ 12.26 9.63 2.96 -
YUV 85.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 133 71 37 0 0.47 0.72 0.48 21.25 0.56 0.33
Hex 85 47 25 0 2F 48 30 15 38 21
Octal 205 107 45 0 57 110 60 25 70 41
Binary 10000101 1000111 100101 0 101111 1001000 110000 10101 111000 100001

Color Harmonies of #854725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854725

Black with #854725

Text Example


Text Example

White with #854725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854725; }

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

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

background-color css

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

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

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

border-color css

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

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

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