Html Css Color HEX #864A26 Korma

📋 copy color: '#864A26'

red 134 ◦ green 74 ◦ blue 38

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

Shades of Korma #864A26

Tints of Korma #864A26

RGB

 RED value IS 134 (52.73% from 255) = 54.47%

 GREEN value IS 74 (29.3% from 255) = 30.08%

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

R = 54.47%
G = 30.08%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#864A26 (or 0x864A26) is known color: Korma. HEX triplet: 86, 4A and 26. RGB value is (134,74,38). Sum of RGB (Red+Green+Blue) = 134+74+38=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #864A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A26 is #79B5D9. Grayscale: #585858. Windows color (decimal): -7976410 or 2509446. OLE color: 2509446.

HSL color Cylindrical-coordinate representation of color #864A26: hue angle of 22.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #864A26 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 74 38 -
CMYK 0 0.45 0.72 0.47
HSL 22.5º 0.56% 0.34% -
HSV(B) 22.5º 0.72% 0.53% -
XYZ 12.63 10.11 3.12 -
YUV 87.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 134 74 38 0 0.45 0.72 0.47 22.5 0.56 0.34
Hex 86 4A 26 0 2D 48 2F 16 38 22
Octal 206 112 46 0 55 110 57 26 70 42
Binary 10000110 1001010 100110 0 101101 1001000 101111 10110 111000 100010

Color Harmonies of #864A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864A26

Black with #864A26

Text Example


Text Example

White with #864A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864A26; }

 p { color: rgb(134,74,38); }

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

background-color css

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

 a { background-color: rgb(134,74,38); }

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

border-color css

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

 span { border-color: rgb(134,74,38); }

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