Html Css Color HEX #854826 Korma

📋 copy color: '#854826'

red 133 ◦ green 72 ◦ blue 38

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

Shades of Korma #854826

Tints of Korma #854826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 54.73%
G = 29.63%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#854826 (or 0x854826) is known color: Korma. HEX triplet: 85, 48 and 26. RGB value is (133,72,38). Sum of RGB (Red+Green+Blue) = 133+72+38=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #854826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854826 is #7AB7D9. Grayscale: #565656. Windows color (decimal): -8042458 or 2508933. OLE color: 2508933.

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

Color convert

RGB 133 72 38 -
CMYK 0 0.46 0.71 0.48
HSL 21.47º 0.56% 0.34% -
HSV(B) 21.47º 0.71% 0.52% -
XYZ 12.34 9.76 3.07 -
YUV 86.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 133 72 38 0 0.46 0.71 0.48 21.47 0.56 0.34
Hex 85 48 26 0 2E 47 30 15 38 22
Octal 205 110 46 0 56 107 60 25 70 42
Binary 10000101 1001000 100110 0 101110 1000111 110000 10101 111000 100010

Color Harmonies of #854826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854826

Black with #854826

Text Example


Text Example

White with #854826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854826; }

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

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

background-color css

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

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

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

border-color css

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

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

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